MenuCommandService::GetCommandList Method (Guid)

 

Gets the command list for a given GUID.

Namespace:   System.ComponentModel.Design
Assembly:  System.Design (in System.Design.dll)

protected:
ICollection^ GetCommandList(
	Guid guid
)

Parameters

guid
Type: System::Guid

The GUID of the command list.

Return Value

Type: System.Collections::ICollection^

An ICollection of commands.

.NET Framework
Available since 2.0
Return to top
Show: