CommandSet.ProcessOnStatusDeleteCommand Method

Verifies whether a user can delete a shape.

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

Syntax

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

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

Parameters

Permissions

See Also

Reference

CommandSet Class

CommandSet Members

Microsoft.VisualStudio.Modeling.Shell Namespace