共用方式為


CUIDataSource.Document Property

Gets or sets the XML document to be loaded and customized.

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

Syntax

'Declaration
Protected Property Document As XmlDocument
    Get
    Set
'Usage
Dim value As XmlDocument

value = Me.Document

Me.Document = value
protected XmlDocument Document { get; set; }

Property Value

Type: System.Xml.XmlDocument
An XmlDocument object that represents an XML document.

See Also

Reference

CUIDataSource Class

CUIDataSource Members

Microsoft.Web.CommandUI Namespace