AttributeCollection.GetDefaultAttribute(Type) 메서드

정의

지정된 Attribute의 기본 Type를 반환합니다.

protected:
 Attribute ^ GetDefaultAttribute(Type ^ attributeType);
protected Attribute GetDefaultAttribute (Type attributeType);
protected Attribute? GetDefaultAttribute (Type attributeType);
member this.GetDefaultAttribute : Type -> Attribute
Protected Function GetDefaultAttribute (attributeType As Type) As Attribute

매개 변수

attributeType
Type

검색할 특성의 Type입니다.

반환

지정된 attributeType의 기본 Attribute입니다.

적용 대상