CommandExtensionRegistrar.CommandExtensionDefaultStartId Property

Definition

Provides the start Id of the dynamic Command Group in which the command extension will be placed. This value is used if a CommandExtension does not provide the MenuPlaceholderId value through MEF metadata.

protected:
 abstract property int CommandExtensionDefaultStartId { int get(); };
protected abstract int CommandExtensionDefaultStartId { get; }
member this.CommandExtensionDefaultStartId : int
Protected MustOverride ReadOnly Property CommandExtensionDefaultStartId As Integer

Property Value

Applies to