XmlAttributeAttribute.Type 속성

정의

XML 특성의 복합 형식을 가져오거나 설정합니다.

public:
 property Type ^ Type { Type ^ get(); void set(Type ^ value); };
public Type Type { get; set; }
public Type? Type { get; set; }
member this.Type : Type with get, set
Public Property Type As Type

속성 값

Type

XML 특성의 형식입니다.

적용 대상