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,其中包含 XmlNamespace 的值。

clrNamespace
String

String,其中包含 ClrNamespace 的值。

例外狀況

xmlNamespace 為 null 參考 (在 Visual Basic 中為 Nothing)。

-或-

clrNamespace 為 null 參考 (Nothing)。

適用於