PropertyMetadata.GetAttributes メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
すべての属性を格納する配列を取得します。
オーバーロード
GetAttributes() |
すべての属性を格納する配列を取得します。 |
GetAttributes(Type) |
型が Attribute である |
GetAttributes()
すべての属性を格納する配列を取得します。
public:
cli::array <Attribute ^> ^ GetAttributes();
public Attribute[] GetAttributes ();
member this.GetAttributes : unit -> Attribute[]
Public Function GetAttributes () As Attribute()
戻り値
すべての属性を格納する配列。
適用対象
GetAttributes(Type)
型が Attribute である attributeType
を格納する配列を取得します。
public:
cli::array <Attribute ^> ^ GetAttributes(Type ^ attributeType);
public Attribute[] GetAttributes (Type attributeType);
member this.GetAttributes : Type -> Attribute[]
Public Function GetAttributes (attributeType As Type) As Attribute()
パラメーター
戻り値
型が Attribute である attributeType
を格納する配列。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET