XamlLanguage.Object プロパティ

定義

XamlType XAML 言語の概念のObjectを取得します。

public:
 static property System::Xaml::XamlType ^ Object { System::Xaml::XamlType ^ get(); };
public static System.Xaml.XamlType Object { get; }
static member Object : System.Xaml.XamlType
Public Shared ReadOnly Property Object As XamlType

プロパティ値

Object XAML 言語の概念のXamlType

注釈

XAML では、 x:Object を特別な言語概念として指定します。 「[MS-XAML] セクション 5.2.5 を参照してください。

適用対象