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

属性值

用于标识类型的字符串。 此字符串使用 format prefix:className。 (前缀 是 XML 命名空间的映射前缀,仅引用未映射到 WPF (http://schemas.microsoft.com/winfx/2006/xaml/presentation) 的默认 XML 命名空间的类型。

例外

已尝试设置为 null

适用于