XDocuments3 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, seeXDocumentsCollection
The XDocuments3 type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | 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, seeXDocuments2.Count. (Inherited from XDocuments.) | |
Count | Gets a count of the number of XDocument objects contained in the collection. (Inherited from XDocuments2.) | |
Count | Gets a count of the number of XDocument objects contained in the collection. | |
Item[Object] | 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, seeXDocuments2.Item. (Inherited from XDocuments.) | |
Item[Object] | Gets a reference to the specified XDocument object from the collection. (Inherited from XDocuments2.) | |
Item[Object] | Gets a reference to the specified XDocument object from the collection. |
Top
Methods
Name | Description | |
---|---|---|
Close(Object) | 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, seeXDocuments2.Close. (Inherited from XDocuments.) | |
Close(Object) | Closes the specified Microsoft InfoPath 2010 form. (Inherited from XDocuments2.) | |
Close(Object) | Closes the specified Microsoft InfoPath 2010 form. | |
GetEnumerator() | 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, seeXDocuments2.GetEnumerator. (Inherited from XDocuments.) | |
GetEnumerator() | Gets an IEnumerator that iterates over all entries in the XDocumentsCollection object. (Inherited from XDocuments2.) | |
GetEnumerator() | Gets an IEnumerator that iterates over all entries in the XDocumentsCollection object. | |
New(Object, 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, seeXDocuments2.New. (Inherited from XDocuments.) | |
New(Object, Int32) | Creates a new Microsoft InfoPath 2010 form based on the specified form. (Inherited from XDocuments2.) | |
New(Object, Int32) | Creates a new Microsoft InfoPath 2010 form based on the specified form. | |
NewFromSolution(Object) | 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, seeXDocuments2.NewFromSolution. (Inherited from XDocuments.) | |
NewFromSolution(Object) | Creates a new Microsoft InfoPath 2010 form based on the specified form template. (Inherited from XDocuments2.) | |
NewFromSolution(Object) | Creates a new Microsoft InfoPath 2010 form based on the specified form template. | |
NewFromSolutionWithData(Object, Object, Int32) | Creates a new Microsoft InfoPath 2010 form using the specified XML data and form template. (Inherited from XDocuments2.) | |
NewFromSolutionWithData(Object, Object, Int32) | Creates a new Microsoft InfoPath 2010 form using the specified XML data and form template. | |
NewFromSolutionWithInputParameters | Creates a new form using the specified form template with the specified form template and input parameters. | |
Open(Object, 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, seeXDocuments2.Open. (Inherited from XDocuments.) | |
Open(Object, Int32) | Opens the specified Microsoft InfoPath 2010 form. (Inherited from XDocuments2.) | |
Open(Object, Int32) | Opens the specified Microsoft InfoPath 2010 form. |
Top