共用方式為


DelegatingXmlDictionaryWriter.LookupPrefix(String) 方法

定義

傳回最接近命名空間 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。

適用於