INamespacePrefixLookup.LookupPrefix(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回指定之 XAML 命名空間識別項的建議前置詞。
public:
System::String ^ LookupPrefix(System::String ^ ns);
public string LookupPrefix (string ns);
abstract member LookupPrefix : string -> string
Public Function LookupPrefix (ns As String) As String
參數
-
ns
-
String
要取得前置詞的 XAML 命名空間識別項字串。
傳回
建議的前置字元。
適用於