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