CommandSet.ProcessOnStatusSelectAllCommand Method

Verifies whether all shapes on a diagram are selected.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)

Syntax

'宣言
Protected Overridable Sub ProcessOnStatusSelectAllCommand ( _
    command As MenuCommand _
)
'使用
Dim command As MenuCommand

Me.ProcessOnStatusSelectAllCommand(command)
protected virtual void ProcessOnStatusSelectAllCommand(
    MenuCommand command
)
protected:
virtual void ProcessOnStatusSelectAllCommand(
    MenuCommand^ command
)
protected function ProcessOnStatusSelectAllCommand(
    command : MenuCommand
)

Parameters

Permissions

See Also

Reference

CommandSet Class

CommandSet Members

Microsoft.VisualStudio.Modeling.Shell Namespace