次の方法で共有


DataConnectionProperties.AddProperty メソッド (PropertyDescriptor, array<Attribute )

動的にネイティブに存在 DataConnectionProperties のクラスの現在のインスタンスによって認識されるプロパティのコレクションに新しいプロパティを追加します。

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

構文

'宣言
Protected Function AddProperty ( _
    descriptor As PropertyDescriptor, _
    ParamArray attributes As Attribute() _
) As PropertyDescriptor
protected PropertyDescriptor AddProperty(
    PropertyDescriptor descriptor,
    params Attribute[] attributes
)
protected:
PropertyDescriptor^ AddProperty(
    PropertyDescriptor^ descriptor, 
    ... array<Attribute^>^ attributes
)
member AddProperty : 
        descriptor:PropertyDescriptor * 
        attributes:Attribute[] -> PropertyDescriptor 
protected function AddProperty(
    descriptor : PropertyDescriptor, 
    ... attributes : Attribute[]
) : PropertyDescriptor

パラメーター

  • attributes
    型 : array<System.Attribute[]
    プロパティに適用する一連の属性。

戻り値

型 : System.ComponentModel.PropertyDescriptor
新しく追加されたプロパティ記述子。

例外

例外 条件
ArgumentNullException

descriptor パラメーターが nullnull 参照 (Visual Basic では Nothing) です。

ArgumentException

指定したプロパティが存在します。

解説

入力プロパティ記述子は特殊な接続プロパティ記述子でラップされるので、戻り値は実際に渡されたから PropertyDescriptor の別のインスタンスです。

.NET Framework セキュリティ

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

参照

関連項目

DataConnectionProperties クラス

AddProperty オーバーロード

Microsoft.VisualStudio.Data.Framework 名前空間

RemoveProperty