共用方式為


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)

屬性值

適用於