다음을 통해 공유


RootComponent.ComponentType 속성

정의

루트 구성 요소의 형식을 가져오거나 설정합니다. 이 형식은 IComponent를 구현해야 합니다.

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

속성 값

적용 대상