TypeExtension.TypeName 屬性

定義

取得或設定以這個標記延伸表示的類型名稱。

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

適用於