Ribbon.CommandUIDefinitions property

This object, member, or enumeration is deprecated and is not intended to be used in your code.

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

Syntax

'Declaration
Protected Overridable ReadOnly Property CommandUIDefinitions As XmlDocument
    Get
'Usage
Dim value As XmlDocument

value = Me.CommandUIDefinitions
protected virtual XmlDocument CommandUIDefinitions { get; }

Property value

Type: System.Xml.XmlDocument
Returns a null reference (Nothing in Visual Basic).

See also

Reference

Ribbon class

Ribbon members

Microsoft.Web.CommandUI namespace