Share via


CUIDataSource.GetResultDocument Method

Gets the XML document that is the result of the last query.

Namespace:  Microsoft.Web.CommandUI
Assembly:  Microsoft.Web.CommandUI (in Microsoft.Web.CommandUI.dll)

Syntax

'Declaration
Public Function GetResultDocument As RibbonDocument
'Usage
Dim instance As CUIDataSource
Dim returnValue As RibbonDocument

returnValue = instance.GetResultDocument()
public RibbonDocument GetResultDocument()

Return Value

Type: Microsoft.Web.CommandUI.RibbonDocument
A XmlDocument that is the result of the last query.

See Also

Reference

CUIDataSource Class

CUIDataSource Members

Microsoft.Web.CommandUI Namespace