Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.