次の方法で共有


IgnorePropertiesAttribute コンストラクター (array<String[])

IgnorePropertiesAttribute クラスの新しいインスタンスを初期化します。

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

構文

'宣言
Public Sub New ( _
    ParamArray propertyNames As String() _
)
'使用
Dim propertyNames As String()

Dim instance As New IgnorePropertiesAttribute(propertyNames)
public IgnorePropertiesAttribute(
    params string[] propertyNames
)
public:
IgnorePropertiesAttribute(
    ... array<String^>^ propertyNames
)
new : 
        propertyNames:string[] -> IgnorePropertiesAttribute
public function IgnorePropertiesAttribute(
    ... propertyNames : String[]
)

パラメーター

  • propertyNames
    型: array<System.String[]
    属性の適用対象となるプロパティを表す文字列値。

関連項目

参照

IgnorePropertiesAttribute クラス

IgnorePropertiesAttribute オーバーロード

System.Data.Services 名前空間