AttributeCollection.GetDefaultAttribute(Type) 메서드

정의

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

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 검색할 특성입니다.

반품

Attribute 지정된 attributeType.

적용 대상