Metodo IVsLayeredTextView.GetRelativeSelectionState
Ottiene la selezione relativo a un determinato livello.
Spazio dei nomi: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Sintassi
'Dichiarazione
Function GetRelativeSelectionState ( _
dwFlags As UInteger, _
pReferenceLayer As IVsTextLayer, _
<OutAttribute> pSelState As SELECTIONSTATE() _
) As Integer
int GetRelativeSelectionState(
uint dwFlags,
IVsTextLayer pReferenceLayer,
SELECTIONSTATE[] pSelState
)
int GetRelativeSelectionState(
[InAttribute] unsigned int dwFlags,
[InAttribute] IVsTextLayer^ pReferenceLayer,
[OutAttribute] array<SELECTIONSTATE>^ pSelState
)
abstract GetRelativeSelectionState :
dwFlags:uint32 *
pReferenceLayer:IVsTextLayer *
pSelState:SELECTIONSTATE[] byref -> int
function GetRelativeSelectionState(
dwFlags : uint,
pReferenceLayer : IVsTextLayer,
pSelState : SELECTIONSTATE[]
) : int
Parametri
dwFlags
Tipo: UInt32[in] Flag dello stato di selezione. I valori sono derivati da RelativeSelectionStateFlags.
pReferenceLayer
Tipo: Microsoft.VisualStudio.TextManager.Interop.IVsTextLayer[in] deve essere nullriferimento null (Nothing in Visual Basic) a meno che rssRelativeLayer è specificato. se nullriferimento null (Nothing in Visual Basic), specifica il livello superiore.
pSelState
Tipo: array<Microsoft.VisualStudio.TextManager.Interop.SELECTIONSTATE[][out]
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 IVsLayeredTextView::GetRelativeSelectionState(
[in] DWORD dwFlags,
[in] IVsTextLayer *pReferenceLayer,
[out] SELECTIONSTATE *pSelState
);
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.