Condividi tramite


Metodo IVsTextSelectionAction.GetOrigin

Imposta lo stato di selezione per questa operazione.

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

Sintassi

'Dichiarazione
Function GetOrigin ( _
    <OutAttribute> pSelState As SELECTIONSTATE() _
) As Integer
int GetOrigin(
    SELECTIONSTATE[] pSelState
)
int GetOrigin(
    [OutAttribute] array<SELECTIONSTATE>^ pSelState
)
abstract GetOrigin : 
        pSelState:SELECTIONSTATE[] byref -> int
function GetOrigin(
    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::GetOrigin(
   [out] SELECTIONSTATE *pSelState);

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsTextSelectionAction Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop