次の方法で共有


RootComponent.ComponentType プロパティ

定義

ルート コンポーネントの型を取得します。 この型は、IComponent を実装している必要があります。

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

プロパティ値

適用対象