NamespaceDeclaration.Prefix 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得前置詞,這個前置詞會做為 NamespaceDeclaration 的 XAML 命名空間對應前置詞。
public:
property System::String ^ Prefix { System::String ^ get(); };
public string Prefix { get; }
member this.Prefix : string
Public ReadOnly Property Prefix As String
屬性值
這個 NamespaceDeclaration 的前置字串。
備註
命名空間宣告可能有 String.Empty 前置詞的值。 前置 String.Empty 詞代表預設 XAML 命名空間的宣告。