CommandExtensionRegistrar.CommandExtensionDefaultStartId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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