IVsLayeredTextView.SetRelativeSelectionState (Método)
establece la selección en relación con un nivel especificado.
Espacio de nombres: Microsoft.VisualStudio.TextManager.Interop
Ensamblado: Microsoft.VisualStudio.TextManager.Interop (en Microsoft.VisualStudio.TextManager.Interop.dll)
Sintaxis
'Declaración
Function SetRelativeSelectionState ( _
dwFlags As UInteger, _
pReferenceLayer As IVsTextLayer, _
pSelState As SELECTIONSTATE() _
) As Integer
int SetRelativeSelectionState(
uint dwFlags,
IVsTextLayer pReferenceLayer,
SELECTIONSTATE[] pSelState
)
int SetRelativeSelectionState(
[InAttribute] unsigned int dwFlags,
[InAttribute] IVsTextLayer^ pReferenceLayer,
[InAttribute] array<SELECTIONSTATE>^ pSelState
)
abstract SetRelativeSelectionState :
dwFlags:uint32 *
pReferenceLayer:IVsTextLayer *
pSelState:SELECTIONSTATE[] -> int
function SetRelativeSelectionState(
dwFlags : uint,
pReferenceLayer : IVsTextLayer,
pSelState : SELECTIONSTATE[]
) : int
Parámetros
dwFlags
Tipo: UInt32[in] Indicadores de selección. los valores se toman de RelativeSelectionStateFlags.
pReferenceLayer
Tipo: Microsoft.VisualStudio.TextManager.Interop.IVsTextLayer[in] debe ser nullreferencia null (Nothing en Visual Basic) a menos que se especifique rssRelativeLayer
pSelState
Tipo: array<Microsoft.VisualStudio.TextManager.Interop.SELECTIONSTATE[][in] estado de selección. Para obtener más información, vea SELECTIONSTATE.
Valor devuelto
Tipo: Int32
si el método tiene éxito, devuelve S_OK.Si se produce un error, devuelve un código de error.
Comentarios
Prototipo COM
de textmgr.idl:
HRESULT IVsLayeredTextView::SetRelativeSelectionState(
[in] DWORD dwFlags,
[in] IVsTextLayer *pReferenceLayer,
[in] SELECTIONSTATE *pSelState
);
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)