XmlnsCompatibleWithAttribute(String, String) Constructor

Definitie

Initialiseert een nieuw exemplaar van de XmlnsCompatibleWithAttribute klasse.

public:
 XmlnsCompatibleWithAttribute(System::String ^ oldNamespace, System::String ^ newNamespace);
public XmlnsCompatibleWithAttribute(string oldNamespace, string newNamespace);
new System.Windows.Markup.XmlnsCompatibleWithAttribute : string * string -> System.Windows.Markup.XmlnsCompatibleWithAttribute
Public Sub New (oldNamespace As String, newNamespace As String)

Parameters

oldNamespace
String

De verwijzings-XAML-naamruimte-id.

newNamespace
String

De subsuming XAML-naamruimte-id.

Uitzonderingen

oldNamespace of newNamespace is null.

Van toepassing op