IVsTextSelectionAction.GetDestination Method

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'Déclaration
Function GetDestination ( _
    <OutAttribute> pSelState As SELECTIONSTATE() _
) As Integer
'Utilisation
Dim instance As IVsTextSelectionAction
Dim pSelState As SELECTIONSTATE()
Dim returnValue As Integer

returnValue = instance.GetDestination(pSelState)
int GetDestination(
    SELECTIONSTATE[] pSelState
)
int GetDestination(
    [OutAttribute] array<SELECTIONSTATE>^ pSelState
)
abstract GetDestination : 
        pSelState:SELECTIONSTATE[] byref -> int 
function GetDestination(
    pSelState : SELECTIONSTATE[]
) : int

Parameters

Return Value

Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From textmgr.idl:

HRESULT IVsTextSelectionAction::GetDestination(
   [out] SELECTIONSTATE *pSelState
);

.NET Framework Security

See Also

Reference

IVsTextSelectionAction Interface

IVsTextSelectionAction Members

Microsoft.VisualStudio.TextManager.Interop Namespace