XamlLanguage.Object プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 を参照してください。