次の方法で共有


DataViewPropertyDescriptor コンストラクター (String, array<Attribute[])

属性のプロパティ名と配列を持つ DataViewPropertyDescriptor クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.VisualStudio.Data.Framework
アセンブリ:  Microsoft.VisualStudio.Data.Framework (Microsoft.VisualStudio.Data.Framework.dll 内)

構文

'宣言
Public Sub New ( _
    name As String, _
    ParamArray attributes As Attribute() _
)
public DataViewPropertyDescriptor(
    string name,
    params Attribute[] attributes
)
public:
DataViewPropertyDescriptor(
    String^ name, 
    ... array<Attribute^>^ attributes
)
new : 
        name:string * 
        attributes:Attribute[] -> DataViewPropertyDescriptor
public function DataViewPropertyDescriptor(
    name : String, 
    ... attributes : Attribute[]
)

パラメーター

  • name
    型 : String

    プロパティ名。

  • attributes
    型 : array<Attribute[]

    プロパティの属性を含む配列。

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

関連項目

DataViewPropertyDescriptor クラス

DataViewPropertyDescriptor オーバーロード

Microsoft.VisualStudio.Data.Framework 名前空間