Condividi tramite


Metodo IVsTextSelectionAction.GetDestination

Spazio dei nomi:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Sintassi

'Dichiarazione
Function GetDestination ( _
    <OutAttribute> pSelState As SELECTIONSTATE() _
) As Integer
int GetDestination(
    SELECTIONSTATE[] pSelState
)
int GetDestination(
    [OutAttribute] array<SELECTIONSTATE>^ pSelState
)
abstract GetDestination : 
        pSelState:SELECTIONSTATE[] byref -> int
function GetDestination(
    pSelState : SELECTIONSTATE[]
) : int

Parametri

Valore restituito

Tipo: Int32
Se il metodo ha esito positivo, restituisce S_OK.Se non riesce, restituisce un codice di errore.

Note

Firma COM

da textmgr.idl:

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsTextSelectionAction Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop