MarkupObject.ObjectType プロパティ

定義

派生クラスでオーバーライドされると、 MarkupObject インスタンスの型を取得します。

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

プロパティ値

オブジェクトの型。

注釈

ObjectType は、 MarkupObjectの型を返します。 たとえば、Button を表す項目は、typeof(System.Windows と同等の値を返します。Button)

適用対象