XmlDeclaration(String, String, String, XmlDocument) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 XmlDeclaration 類別的新執行個體。
protected public:
XmlDeclaration(System::String ^ version, System::String ^ encoding, System::String ^ standalone, System::Xml::XmlDocument ^ doc);
protected internal XmlDeclaration (string version, string encoding, string standalone, System.Xml.XmlDocument doc);
protected internal XmlDeclaration (string version, string? encoding, string? standalone, System.Xml.XmlDocument doc);
new System.Xml.XmlDeclaration : string * string * string * System.Xml.XmlDocument -> System.Xml.XmlDeclaration
Protected Friend Sub New (version As String, encoding As String, standalone As String, doc As XmlDocument)
參數
- standalone
- String
表示 XML 文件是否取決於外部 DTD;請參閱 Standalone 屬性。
- doc
- XmlDocument
父代 XML 文件。
備註
請勿直接具現化 XmlDeclaration ,而是使用 例如 CreateNode 的方法。