CommandExtensionRegistrar.CommandExtensionBaseId Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.VisualStudio.Modeling.ExtensionEnablement
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0.dll)

Syntax

'Declaration
Protected MustOverride ReadOnly Property CommandExtensionBaseId As CommandID
    Get
'Usage
Dim value As CommandID

value = Me.CommandExtensionBaseId
protected abstract CommandID CommandExtensionBaseId { get; }
protected:
virtual property CommandID^ CommandExtensionBaseId {
    CommandID^ get () abstract;
}
abstract function get CommandExtensionBaseId () : CommandID
abstract CommandExtensionBaseId : CommandID

Property Value

Type: System.ComponentModel.Design.CommandID

.NET Framework Security

See Also

Reference

CommandExtensionRegistrar Class

CommandExtensionRegistrar Members

Microsoft.VisualStudio.Modeling.ExtensionEnablement Namespace