다음을 통해 공유


ModelAttributes.TypeAttributes 속성

정의

의 특성 집합을 가져옵니다 Type. 이 instance 속성을 TypeAttributes 나타내는 경우 에서 PropertyType검색된 특성이 포함됩니다. 이 instance 매개 변수를 나타내는 경우 에서 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)

속성 값

적용 대상