IVsProfferCommands2::AddNamedCommand Method (Guid, Guid, String^, UInt32, String^, String^, String^, String^, UInt32, UInt32, UInt32, UInt32, Guid)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace:   EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

void AddNamedCommand(
	[InAttribute] Guid% pguidPackage,
	[InAttribute] Guid% pguidCmdGroup,
	String^ pszCmdNameCanonical,
	[OutAttribute] unsigned int% pdwCmdId,
	String^ pszCmdNameLocalized,
	String^ pszBtnText,
	String^ pszCmdTooltip,
	String^ pszSatelliteDLL,
	unsigned int dwBitmapResourceId,
	unsigned int dwBitmapImageIndex,
	unsigned int dwCmdFlagsDefault,
	unsigned int cUIContexts,
	[InAttribute] Guid% rgguidUIContexts
)

Parameters

pguidPackage
Type: System::Guid

 

pguidCmdGroup
Type: System::Guid

 

pszCmdNameCanonical
Type: System::String^

 

pdwCmdId
Type: System::UInt32

 

pszCmdNameLocalized
Type: System::String^

 

pszBtnText
Type: System::String^

 

pszCmdTooltip
Type: System::String^

 

pszSatelliteDLL
Type: System::String^

 

dwBitmapResourceId
Type: System::UInt32

 

dwBitmapImageIndex
Type: System::UInt32

 

dwCmdFlagsDefault
Type: System::UInt32

 

cUIContexts
Type: System::UInt32

 

rgguidUIContexts
Type: System::Guid

 

Return to top
Show: