次の方法で共有


TypedXmlDocument コンストラクター

定義

オーバーロード

TypedXmlDocument(String)
TypedXmlDocument(SerializationInfo, StreamingContext)
TypedXmlDocument(String, XmlNode)
TypedXmlDocument(String, XmlReader)
TypedXmlDocument(String, XmlNode, TypedXmlDocument)
TypedXmlDocument(String, XmlNode, XmlNamespaceManager)
TypedXmlDocument(String, XmlNode, TypedXmlDocument, XPathPair)
TypedXmlDocument(String, XmlNode, XmlNamespaceManager, TypedXmlDocument)
TypedXmlDocument(String, XmlNode, XmlNamespaceManager, TypedXmlDocument, XPathPair)

TypedXmlDocument(String)

protected:
 TypedXmlDocument(System::String ^ documentType);
protected TypedXmlDocument (string documentType);
new Microsoft.RuleEngine.TypedXmlDocument : string -> Microsoft.RuleEngine.TypedXmlDocument
Protected Sub New (documentType As String)

パラメーター

documentType
String

適用対象

TypedXmlDocument(SerializationInfo, StreamingContext)

protected:
 TypedXmlDocument(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected TypedXmlDocument (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.RuleEngine.TypedXmlDocument : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.RuleEngine.TypedXmlDocument
Protected Sub New (info As SerializationInfo, context As StreamingContext)

パラメーター

適用対象

TypedXmlDocument(String, XmlNode)

public:
 TypedXmlDocument(System::String ^ documentType, System::Xml::XmlNode ^ document);
public TypedXmlDocument (string documentType, System.Xml.XmlNode document);
new Microsoft.RuleEngine.TypedXmlDocument : string * System.Xml.XmlNode -> Microsoft.RuleEngine.TypedXmlDocument
Public Sub New (documentType As String, document As XmlNode)

パラメーター

documentType
String
document
XmlNode

適用対象

TypedXmlDocument(String, XmlReader)

public:
 TypedXmlDocument(System::String ^ documentType, System::Xml::XmlReader ^ reader);
public TypedXmlDocument (string documentType, System.Xml.XmlReader reader);
new Microsoft.RuleEngine.TypedXmlDocument : string * System.Xml.XmlReader -> Microsoft.RuleEngine.TypedXmlDocument
Public Sub New (documentType As String, reader As XmlReader)

パラメーター

documentType
String
reader
XmlReader

適用対象

TypedXmlDocument(String, XmlNode, TypedXmlDocument)

public:
 TypedXmlDocument(System::String ^ documentType, System::Xml::XmlNode ^ document, Microsoft::RuleEngine::TypedXmlDocument ^ parent);
public TypedXmlDocument (string documentType, System.Xml.XmlNode document, Microsoft.RuleEngine.TypedXmlDocument parent);
new Microsoft.RuleEngine.TypedXmlDocument : string * System.Xml.XmlNode * Microsoft.RuleEngine.TypedXmlDocument -> Microsoft.RuleEngine.TypedXmlDocument
Public Sub New (documentType As String, document As XmlNode, parent As TypedXmlDocument)

パラメーター

documentType
String
document
XmlNode

適用対象

TypedXmlDocument(String, XmlNode, XmlNamespaceManager)

public:
 TypedXmlDocument(System::String ^ documentType, System::Xml::XmlNode ^ document, System::Xml::XmlNamespaceManager ^ namespaceManager);
public TypedXmlDocument (string documentType, System.Xml.XmlNode document, System.Xml.XmlNamespaceManager namespaceManager);
new Microsoft.RuleEngine.TypedXmlDocument : string * System.Xml.XmlNode * System.Xml.XmlNamespaceManager -> Microsoft.RuleEngine.TypedXmlDocument
Public Sub New (documentType As String, document As XmlNode, namespaceManager As XmlNamespaceManager)

パラメーター

documentType
String
document
XmlNode
namespaceManager
XmlNamespaceManager

適用対象

TypedXmlDocument(String, XmlNode, TypedXmlDocument, XPathPair)

public:
 TypedXmlDocument(System::String ^ documentType, System::Xml::XmlNode ^ document, Microsoft::RuleEngine::TypedXmlDocument ^ parent, Microsoft::RuleEngine::XPathPair ^ selectorUsed);
public TypedXmlDocument (string documentType, System.Xml.XmlNode document, Microsoft.RuleEngine.TypedXmlDocument parent, Microsoft.RuleEngine.XPathPair selectorUsed);
new Microsoft.RuleEngine.TypedXmlDocument : string * System.Xml.XmlNode * Microsoft.RuleEngine.TypedXmlDocument * Microsoft.RuleEngine.XPathPair -> Microsoft.RuleEngine.TypedXmlDocument
Public Sub New (documentType As String, document As XmlNode, parent As TypedXmlDocument, selectorUsed As XPathPair)

パラメーター

documentType
String
document
XmlNode
selectorUsed
XPathPair

適用対象

TypedXmlDocument(String, XmlNode, XmlNamespaceManager, TypedXmlDocument)

public:
 TypedXmlDocument(System::String ^ documentType, System::Xml::XmlNode ^ document, System::Xml::XmlNamespaceManager ^ namespaceManager, Microsoft::RuleEngine::TypedXmlDocument ^ parent);
public TypedXmlDocument (string documentType, System.Xml.XmlNode document, System.Xml.XmlNamespaceManager namespaceManager, Microsoft.RuleEngine.TypedXmlDocument parent);
new Microsoft.RuleEngine.TypedXmlDocument : string * System.Xml.XmlNode * System.Xml.XmlNamespaceManager * Microsoft.RuleEngine.TypedXmlDocument -> Microsoft.RuleEngine.TypedXmlDocument
Public Sub New (documentType As String, document As XmlNode, namespaceManager As XmlNamespaceManager, parent As TypedXmlDocument)

パラメーター

documentType
String
document
XmlNode
namespaceManager
XmlNamespaceManager

適用対象

TypedXmlDocument(String, XmlNode, XmlNamespaceManager, TypedXmlDocument, XPathPair)

public:
 TypedXmlDocument(System::String ^ documentType, System::Xml::XmlNode ^ document, System::Xml::XmlNamespaceManager ^ namespaceManager, Microsoft::RuleEngine::TypedXmlDocument ^ parent, Microsoft::RuleEngine::XPathPair ^ selectorUsed);
public TypedXmlDocument (string documentType, System.Xml.XmlNode document, System.Xml.XmlNamespaceManager namespaceManager, Microsoft.RuleEngine.TypedXmlDocument parent, Microsoft.RuleEngine.XPathPair selectorUsed);
new Microsoft.RuleEngine.TypedXmlDocument : string * System.Xml.XmlNode * System.Xml.XmlNamespaceManager * Microsoft.RuleEngine.TypedXmlDocument * Microsoft.RuleEngine.XPathPair -> Microsoft.RuleEngine.TypedXmlDocument
Public Sub New (documentType As String, document As XmlNode, namespaceManager As XmlNamespaceManager, parent As TypedXmlDocument, selectorUsed As XPathPair)

パラメーター

documentType
String
document
XmlNode
namespaceManager
XmlNamespaceManager
selectorUsed
XPathPair

適用対象