XamlXmlReader.Type 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得目前節點的 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,如果位置不在物件上,則為 null
。
備註
如果 NodeType 目前位置的 為 StartObject ,這個屬性只會有非 Null 的結果。