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)

属性值

适用于