TypeExtension.TypeName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定以這個標記延伸表示的類型名稱。
public:
property System::String ^ TypeName { System::String ^ get(); void set(System::String ^ value); };
public string TypeName { get; set; }
member this.TypeName : string with get, set
Public Property TypeName As String
屬性值
識別類型的字串。 此字串使用 前置詞:
className 的格式。 (前置詞是 XML 命名空間的對應 前置 詞,而且只需要參考未對應至 WPF 預設 XML 命名空間 (http://schemas.microsoft.com/winfx/2006/xaml/presentation
) 的類型。
例外狀況
嘗試設定為 null
。