XmlQueryOutput.LookupPrefix(String) Method

Definition

Throws NotSupportedException.

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Parameters

ns
String

String that contains namespace name.

Returns

A string that contains the prefix.

Applies to