INamespacePrefixLookup.LookupPrefix(String) Method

Definition

Returns the recommended prefix for a specified XAML namespace identifier.

public:
 System::String ^ LookupPrefix(System::String ^ ns);
public string LookupPrefix (string ns);
abstract member LookupPrefix : string -> string
Public Function LookupPrefix (ns As String) As String

Parameters

ns
String

The XAML namespace identifier string for which to obtain a prefix.

Returns

The recommended prefix.

Applies to