XmlnsDefinitionAttribute(String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the XmlnsDefinitionAttribute class, initializing XmlNamespace and ClrNamespace properties.
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)
Parameters
- xmlNamespace
- String
A String that contains the value for XmlNamespace.
- clrNamespace
- String
A String that contains the value for ClrNamespace.
Exceptions
xmlNamespace
is a null reference (Nothing
in Visual Basic).
-or-
clrNamespace
is a null reference (Nothing
).
Applies to
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.