ExtensionContextExtensions.IsAnyDocumentSelectionUndeletable 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
<ExtensionAttribute> _
Public Shared Function IsAnyDocumentSelectionUndeletable ( _
context As VsSelectionContext _
) As Boolean
'Usage
Dim context As VsSelectionContext
Dim returnValue As Boolean
returnValue = context.IsAnyDocumentSelectionUndeletable()
public static bool IsAnyDocumentSelectionUndeletable(
this VsSelectionContext context
)
[ExtensionAttribute]
public:
static bool IsAnyDocumentSelectionUndeletable(
VsSelectionContext^ context
)
public static function IsAnyDocumentSelectionUndeletable(
context : VsSelectionContext
) : boolean
static member IsAnyDocumentSelectionUndeletable :
context:VsSelectionContext -> bool
Parameters
Return Value
Type: System.Boolean
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type VsSelectionContext. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ExtensionContextExtensions Class
ExtensionContextExtensions Members
Microsoft.VisualStudio.Modeling.ExtensionEnablement Namespace