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
dwFlags
Type : UInt32[in] balises de sélection. Des valeurs sont prises d'RelativeSelectionStateFlags.
pReferenceLayer
Type : Microsoft.VisualStudio.TextManager.Interop.IVsTextLayer[in] doit être nullune référence null (Nothing en Visual Basic) à moins qu'rssRelativeLayer soit spécifié
pSelState
Type : array<Microsoft.VisualStudio.TextManager.Interop.SELECTIONSTATE[][in] état de sélection. Pour plus d'informations, consultez SELECTIONSTATE.
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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.