DependencyPropertyDescriptor.Attributes プロパティ

定義

メンバーの属性のコレクションを取得します。

public:
 virtual property System::ComponentModel::AttributeCollection ^ Attributes { System::ComponentModel::AttributeCollection ^ get(); };
public override System.ComponentModel.AttributeCollection Attributes { get; }
member this.Attributes : System.ComponentModel.AttributeCollection
Public Overrides ReadOnly Property Attributes As AttributeCollection

プロパティ値

属性の AttributeCollection コレクション。

適用対象