Commands2::Add Method (String^, Int32, Object^)

 

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 Add(
	String^ Guid,
	int ID,
	[InAttribute] Object^% Control
)

Parameters

Guid
Type: System::String^

The GUID of the command.

ID
Type: System::Int32

The command ID.

Control
Type: System::Object^

The control that appears on the toolbar.

Return to top
Show: