Constable Authorization Engine 2.0 BETA

IPolicyDesignContextControl.GetContextCommandManager Method 

[This is preliminary documentation and subject to change.]

Returns a reference to the CommandManager instance that manages the context-specific Commands.

[Visual Basic]
Function GetContextCommandManager() As CommandManager
[C#]
CommandManager GetContextCommandManager();

Remarks

The host uses the returned CommandManager to find and remove context-specific commands when the context is being deactivated.

See Also

IPolicyDesignContextControl Interface | LaMarvin.Constable.Design Namespace