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

プロパティ値

適用対象