XmlNamespaceMapping.Prefix 属性

定义

获取或设置在可扩展应用程序标记语言 (XAML) 中使用的前缀。

public:
 property System::String ^ Prefix { System::String ^ get(); void set(System::String ^ value); };
public string Prefix { get; set; }
member this.Prefix : string with get, set
Public Property Prefix As String

属性值

要与 URI 关联的前缀。 默认值为一个空字符串 ("")。

适用于

另请参阅