次の方法で共有


MimeTypePropertyAttribute コンストラクター

MimeTypePropertyAttribute の新しいインスタンスを作成します。

名前空間:  System.Data.Services.Client
アセンブリ:  Microsoft.Data.Services.Client (Microsoft.Data.Services.Client.dll)

構文

'宣言
Public Sub New ( _
    dataPropertyName As String, _
    mimeTypePropertyName As String _
)
'使用
Dim dataPropertyName As String
Dim mimeTypePropertyName As String

Dim instance As New MimeTypePropertyAttribute(dataPropertyName, _
    mimeTypePropertyName)
public MimeTypePropertyAttribute(
    string dataPropertyName,
    string mimeTypePropertyName
)
public:
MimeTypePropertyAttribute(
    String^ dataPropertyName, 
    String^ mimeTypePropertyName
)
new : 
        dataPropertyName:string * 
        mimeTypePropertyName:string -> MimeTypePropertyAttribute
public function MimeTypePropertyAttribute(
    dataPropertyName : String, 
    mimeTypePropertyName : String
)

パラメーター

  • dataPropertyName
    型: System.String
    新しいプロパティ属性の名前を含む文字列。
  • mimeTypePropertyName
    型: System.String
    新しいプロパティ属性の MIME の種類を含む文字列。

関連項目

参照

MimeTypePropertyAttribute クラス

System.Data.Services.Client 名前空間