共用方式為


XamlBackgroundReader.Type 屬性

定義

取得目前節點的 XamlType

public:
 virtual property System::Xaml::XamlType ^ Type { System::Xaml::XamlType ^ get(); };
public override System.Xaml.XamlType Type { get; }
member this.Type : System.Xaml.XamlType
Public Overrides ReadOnly Property Type As XamlType

屬性值

XamlType

目前節點的 XamlType,如果目前讀取器位置不在物件上,則為 null

適用於