Share via


VsSelectionContext.CanDeleteSelectedItems Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

Syntax

'Declaration
Public Function CanDeleteSelectedItems As Boolean
'Usage
Dim instance As VsSelectionContext
Dim returnValue As Boolean

returnValue = instance.CanDeleteSelectedItems()
public bool CanDeleteSelectedItems()
public:
bool CanDeleteSelectedItems()
public function CanDeleteSelectedItems() : boolean
member CanDeleteSelectedItems : unit -> bool 

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

VsSelectionContext Class

VsSelectionContext Members

Microsoft.VisualStudio.Modeling.ExtensionEnablement Namespace