DelegatingXmlDictionaryReader.LookupNamespace(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Resolves a namespace prefix in the current element scope.
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
Parameters
- prefix
- String
Prefix whose namespace Uri to be resolved.
Returns
The namespace Uri to which the prefix matches or null if no matching prefix is found.
Applies to
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.