_XDocument2 Members
Include Protected Members
Include Inherited Members
This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, seeXDocument.
The _XDocument2 type exposes the following members.
Properties
Name | Description | |
---|---|---|
DataAdapters | Gets a reference to the DataAdaptersCollection collection that is associated with a form. | |
DataObjects | This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see_XDocument2.DataObjects. (Inherited from _XDocument.) | |
DataObjects | Gets a reference to the DataObjectsCollection collection that is associated with a form. | |
DOM | This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see_XDocument2.DOM. (Inherited from _XDocument.) | |
DOM | Gets a reference to a form's underlying XML document in the form of an XML Document Object Model (DOM). | |
Errors | This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see_XDocument2.Errors. (Inherited from _XDocument.) | |
Errors | Gets a reference to the ErrorsCollection that is associated with a form. | |
Extension | This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see_XDocument2.Extension. (Inherited from _XDocument.) | |
Extension | Gets a reference to the global scripting object, which exposes the functions and global variables contained in a form's primary form code file. | |
IsDirty | This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see_XDocument2.IsDirty. (Inherited from _XDocument.) | |
IsDirty | Gets a value that indicates whether the data in a form has been modified since it was last saved. | |
IsDOMReadOnly | This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see_XDocument2.IsDOMReadOnly. (Inherited from _XDocument.) | |
IsDOMReadOnly | Gets a value that indicates whether the data in the underlying XML document of a form has been placed in a read-only state. | |
IsNew | This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see_XDocument2.IsNew. (Inherited from _XDocument.) | |
IsNew | Gets a value that indicates whether a newly created form has been saved. | |
IsReadOnly | This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see_XDocument2.IsReadOnly. (Inherited from _XDocument.) | |
IsReadOnly | Gets a value that indicates whether a form is in read-only mode. | |
IsRecovered | Gets a value that indicates whether a form was last saved by an AutoRecover save operation. | |
IsSigned | This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see_XDocument2.IsSigned. (Inherited from _XDocument.) | |
IsSigned | Gets a value that indicates whether a form has been digitally signed using digital signatures. | |
Language | This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see_XDocument2.Language. (Inherited from _XDocument.) | |
Language | Gets or sets a form's default language code. | |
QueryAdapter | This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see_XDocument2.QueryAdapter. (Inherited from _XDocument.) | |
QueryAdapter | Gets a reference to the data adapter object that is associated with a form. | |
Role | Gets or sets the user's current role. | |
SignedDataBlocks | Gets a reference to the SignedDataBlocksCollection collection that is associated with an XDocument object. | |
Solution | This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see_XDocument2.Solution. (Inherited from _XDocument.) | |
Solution | Gets a reference to the SolutionObject object that is associated with a form. | |
UI | This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see_XDocument2.UI. (Inherited from _XDocument.) | |
UI | Returns a reference to UIObject object. | |
URI | This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see_XDocument2.URI. (Inherited from _XDocument.) | |
URI | Gets the Uniform Resource Identifier (URI) of a form. | |
Util | Gets a reference to UtilObject object. | |
View | This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see_XDocument2.View. (Inherited from _XDocument.) | |
View | Gets a reference to the ViewObject associated with a form. | |
ViewInfos | This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see_XDocument2.ViewInfos. (Inherited from _XDocument.) | |
ViewInfos | Gets a reference to the ViewInfosCollection collection associated with a form. |
Top
Methods
Name | Description | |
---|---|---|
CreateDOM | Creates a new instance of the XML Document Object Model (DOM) in memory. | |
GetDataVariable(Int32) | This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see_XDocument2.GetDataVariable. (Inherited from _XDocument.) | |
GetDataVariable(Int32) | Gets the value of the specified variable, which is a predefined variable stored as a processing instruction attribute in the form's underlying XML document. | |
GetDOM(String) | This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see_XDocument2.GetDOM. (Inherited from _XDocument.) | |
GetDOM(String) | Gets a reference to the XML Document Object Model (DOM) of the specified DataSourceObject object associated with the XDocument object. | |
GetNamedNodeProperty | Gets the value of a named property for the specified XML node, which must be a nonattribute node in the main data source. | |
ImportDOM | Imports the specified XML data into the current form. | |
ImportFile(String) | This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see_XDocument2.ImportFile. (Inherited from _XDocument.) | |
ImportFile(String) | Imports the specified form into the current form. | |
PrintOut() | This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see_XDocument2.PrintOut. (Inherited from _XDocument.) | |
PrintOut() | Prints the form content as it is rendered in the window corresponding to the form's active view. | |
Query() | This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see_XDocument2.Query. (Inherited from _XDocument.) | |
Query() | Retrieves data from a form's associated data adapter object and stores the data in the form's underlying XML Document Object Model (DOM). | |
Save() | This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see_XDocument2.Save. (Inherited from _XDocument.) | |
Save() | Saves the form to the Uniform Resource Locator (URL) that it is currently associated with. | |
SaveAs(String) | This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see_XDocument2.SaveAs. (Inherited from _XDocument.) | |
SaveAs(String) | Saves the form to the specified Uniform Resource Locator (URL). | |
SetDataVariable(Int32, String) | This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see_XDocument2.SetDataVariable. (Inherited from _XDocument.) | |
SetDataVariable(Int32, String) | Sets the value of a predefined variable stored as a processing instruction attribute in the form's underlying XML document. | |
SetDirty | Sets the IsDirty property for the XDocument object, which indicates whether the data in a form has been modified since it was last saved. | |
SetNamedNodeProperty | Sets the value of a named property for the supplied XML node, which must be a nonattribute node in the main data source. | |
Submit() | This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see_XDocument2.Submit. (Inherited from _XDocument.) | |
Submit() | Executes the predefined submit operation in a form. |
Top