ModelProperty.Attributes 속성

정의

이 속성에 선언된 특성을 반환합니다.

public:
 abstract property System::ComponentModel::AttributeCollection ^ Attributes { System::ComponentModel::AttributeCollection ^ get(); };
public abstract System.ComponentModel.AttributeCollection Attributes { get; }
member this.Attributes : System.ComponentModel.AttributeCollection
Public MustOverride ReadOnly Property Attributes As AttributeCollection

속성 값

특성을 .로 반환합니다 AttributeCollection.

적용 대상