IVsMonitorSelection2.GetEmptySelectionContext Method
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaración
Function GetEmptySelectionContext ( _
<OutAttribute> ByRef ppEmptySelCtxt As IVsTrackSelectionEx _
) As Integer
'Uso
Dim instance As IVsMonitorSelection2
Dim ppEmptySelCtxt As IVsTrackSelectionEx
Dim returnValue As Integer
returnValue = instance.GetEmptySelectionContext(ppEmptySelCtxt)
int GetEmptySelectionContext(
out IVsTrackSelectionEx ppEmptySelCtxt
)
int GetEmptySelectionContext(
[OutAttribute] IVsTrackSelectionEx^% ppEmptySelCtxt
)
abstract GetEmptySelectionContext :
ppEmptySelCtxt:IVsTrackSelectionEx byref -> int
function GetEmptySelectionContext(
ppEmptySelCtxt : IVsTrackSelectionEx
) : int
Parameters
- ppEmptySelCtxt
Type: Microsoft.VisualStudio.Shell.Interop.IVsTrackSelectionEx%
Return Value
Type: System.Int32
.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.