XmlDocumentBase(String, String, Int32) Constructor
protected XmlDocumentBase(
string name,
string description,
int schemaVersion
)
This language is not supported or no code example is available.
protected:
XmlDocumentBase(
String^ name,
String^ description,
int schemaVersion
)
This language is not supported or no code example is available.
protected function XmlDocumentBase(
name : String,
description : String,
schemaVersion : int
);
This language is not supported or no code example is available.
Parameters
-
name
-
string
-
description
-
string
-
schemaVersion
-
int
In this article
Definition