次の方法で共有


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

プロパティ記述子オブジェクトを使用して DataViewPropertyDescriptor のクラスと属性の配列の新しいインスタンスを初期化します。

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

構文

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

パラメーター

  • baseDescriptor
    型 : PropertyDescriptor

    基本 PropertyDescriptor 記述子を表すオブジェクト。

  • newAttributes
    型 : array<Attribute[]

    プロパティの属性の配列。

.NET Framework セキュリティ

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

参照

関連項目

DataViewPropertyDescriptor クラス

DataViewPropertyDescriptor オーバーロード

Microsoft.VisualStudio.Data.Framework 名前空間