共用方式為


ModelAttributes.TypeAttributes 屬性

定義

取得 上的 Type 屬性集。 如果這個實例代表屬性,則 TypeAttributes 包含從 PropertyType 擷取的屬性。 如果這個實例代表參數,則包含從 ParameterType 擷取的屬性。

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

屬性值

適用於