XmlnsDefinitionAttribute(String, String) 建構函式

定義

初始化類別的新實例 XmlnsDefinitionAttribute ,初始化 XmlNamespaceClrNamespace 屬性。

public:
 XmlnsDefinitionAttribute(System::String ^ xmlNamespace, System::String ^ clrNamespace);
public XmlnsDefinitionAttribute(string xmlNamespace, string clrNamespace);
new System.Workflow.ComponentModel.Serialization.XmlnsDefinitionAttribute : string * string -> System.Workflow.ComponentModel.Serialization.XmlnsDefinitionAttribute
Public Sub New (xmlNamespace As String, clrNamespace As String)

參數

xmlNamespace
String

String A 包含 的XmlNamespace值。

clrNamespace
String

String A 包含 的ClrNamespace值。

例外狀況

是一個空參考()。

-或-

clrNamespace 是一個空參考(Nothing)。

適用於