IVsLayeredTextView.GetRelativeSelectionState, méthode
Obtient 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 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
Paramètres
dwFlags
Type : UInt32[in] balises d'état 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é. Si nullune référence null (Nothing en Visual Basic), spécifie la couche supérieure.
pSelState
Type : array<Microsoft.VisualStudio.TextManager.Interop.SELECTIONSTATE[][out]
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::GetRelativeSelectionState(
[in] DWORD dwFlags,
[in] IVsTextLayer *pReferenceLayer,
[out] 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.