XmlnsCompatibleWithAttribute(String, String) 생성자

정의

XmlnsCompatibleWithAttribute 클래스의 새 인스턴스를 초기화합니다.

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)

매개 변수

oldNamespace
String

참조 XAML 네임스페이스 식별자입니다.

newNamespace
String

포함하는 XAML 네임스페이스 식별자입니다.

예외

oldNamespace 또는 newNamespacenull인 경우

적용 대상