PropertyMetadata.GetAttributes 메서드

정의

모든 특성을 포함하는 배열을 검색합니다.

오버로드

Name Description
GetAttributes()

모든 특성을 포함하는 배열을 검색합니다.

GetAttributes(Type)

형식 Attribute 이 같은 특성을 포함하는 형식의 배열을 받습니다 attributeType.

GetAttributes()

모든 특성을 포함하는 배열을 검색합니다.

public:
 cli::array <Attribute ^> ^ GetAttributes();
public Attribute[] GetAttributes();
member this.GetAttributes : unit -> Attribute[]
Public Function GetAttributes () As Attribute()

반품

모든 특성을 포함하는 배열입니다.

적용 대상

GetAttributes(Type)

형식 Attribute 이 같은 특성을 포함하는 형식의 배열을 받습니다 attributeType.

public:
 cli::array <Attribute ^> ^ GetAttributes(Type ^ attributeType);
public Attribute[] GetAttributes(Type attributeType);
member this.GetAttributes : Type -> Attribute[]
Public Function GetAttributes (attributeType As Type) As Attribute()

매개 변수

attributeType
Type

Type 반환할 특성의 값입니다.

반품

형식 Attribute 이 같은 특성을 포함하는 형식의 배열입니다 attributeType.

적용 대상