IMonitorSelectionService.GetCommandContextCookie(Guid) Method

Definition

Important

This API is not CLS-compliant.

Returns the cookie for the given context guid.

public:
 System::UInt32 GetCommandContextCookie(Guid commandContext);
[System.CLSCompliant(false)]
public uint GetCommandContextCookie (Guid commandContext);
public uint GetCommandContextCookie (Guid commandContext);
[<System.CLSCompliant(false)>]
abstract member GetCommandContextCookie : Guid -> uint32
abstract member GetCommandContextCookie : Guid -> uint32
Public Function GetCommandContextCookie (commandContext As Guid) As UInteger

Parameters

commandContext
Guid

Returns

Attributes

Applies to