PropertyInformation.Type 속성

정의

구성 특성에 해당하는 개체의 Type을 가져옵니다.

public:
 property Type ^ Type { Type ^ get(); };
public Type Type { get; }
member this.Type : Type
Public ReadOnly Property Type As Type

속성 값

Type 개체의 PropertyInformation입니다.

예제

다음 코드 예제를 사용 하는 방법에 설명 합니다 Type 속성입니다. 이 코드 예제는에 대해 제공 된 큰 예제의 일부는 PropertyInformation 클래스입니다.

// Display the Type property.
Console.WriteLine("Type: {0}", propertyItem.Type);
' Display the Type property.
Console.WriteLine("Type: {0}", propertyItem.Type)

적용 대상