DelegatingXmlDictionaryWriter.LookupPrefix(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回最接近命名空間 URI 在目前命名空間範圍中定義的前置詞。
public:
override System::String ^ LookupPrefix(System::String ^ ns);
public override string LookupPrefix (string ns);
override this.LookupPrefix : string -> string
Public Overrides Function LookupPrefix (ns As String) As String
參數
- ns
- String
您要尋找其前置詞的命名空間 URI。
傳回
符合的前置詞;如果在目前範圍中找不到符合的命名空間 URI,則為 null。