XmlnsPrefixAttribute(String, String) Constructor

Definitie

Initialiseert een nieuw exemplaar van de XmlnsPrefixAttribute klasse.

public:
 XmlnsPrefixAttribute(System::String ^ xmlNamespace, System::String ^ prefix);
public XmlnsPrefixAttribute(string xmlNamespace, string prefix);
new System.Windows.Markup.XmlnsPrefixAttribute : string * string -> System.Windows.Markup.XmlnsPrefixAttribute
Public Sub New (xmlNamespace As String, prefix As String)

Parameters

xmlNamespace
String

De XAML-naamruimte-id.

prefix
String

De aanbevolen tekenreeks voor het voorvoegsel.

Uitzonderingen

xmlNamespace of prefix is null.

Van toepassing op