次の方法で共有


ModelAttributes.Attributes プロパティ

定義

すべての属性のセットを取得します。 このインスタンスがプロパティの属性を表す場合、プロパティ定義の属性は、プロパティの の属性の Type前にあります。 このインスタンスがパラメーターの属性を表す場合、パラメーター定義の属性は、パラメーターの の属性の Type前にあります。

public:
 property System::Collections::Generic::IReadOnlyList<System::Object ^> ^ Attributes { System::Collections::Generic::IReadOnlyList<System::Object ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<object> Attributes { get; }
member this.Attributes : System.Collections.Generic.IReadOnlyList<obj>
Public ReadOnly Property Attributes As IReadOnlyList(Of Object)

プロパティ値

適用対象