Partager via


IVsLayeredTextView.SetRelativeSelectionState, méthode

Définit la sélection par rapport à une couche spécifiée.

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)

Syntaxe

'Déclaration
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

Paramètres

Valeur de retour

Type : Int32
Si la méthode réussit, elle retourne S_OK.En cas d'échec, un code d'erreur est retourné.

Notes

Signature de COM

De textmgr.idl :

HRESULT IVsLayeredTextView::SetRelativeSelectionState(
   [in] DWORD dwFlags,
   [in] IVsTextLayer *pReferenceLayer,
   [in] SELECTIONSTATE *pSelState
);

Sécurité .NET Framework

Voir aussi

Référence

IVsLayeredTextView Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms