IVsLayeredTextView.SetRelativeSelectionState Method

Sets the selection relative to a specified layer.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'宣言
Function SetRelativeSelectionState ( _
    dwFlags As UInteger, _
    pReferenceLayer As IVsTextLayer, _
    pSelState As SELECTIONSTATE() _
) As Integer
'使用
Dim instance As IVsLayeredTextView
Dim dwFlags As UInteger
Dim pReferenceLayer As IVsTextLayer
Dim pSelState As SELECTIONSTATE()
Dim returnValue As Integer

returnValue = instance.SetRelativeSelectionState(dwFlags, _
    pReferenceLayer, pSelState)
int SetRelativeSelectionState(
    uint dwFlags,
    IVsTextLayer pReferenceLayer,
    SELECTIONSTATE[] pSelState
)
int SetRelativeSelectionState(
    [InAttribute] unsigned int dwFlags, 
    [InAttribute] IVsTextLayer^ pReferenceLayer, 
    [InAttribute] array<SELECTIONSTATE>^ pSelState
)
function SetRelativeSelectionState(
    dwFlags : uint, 
    pReferenceLayer : IVsTextLayer, 
    pSelState : SELECTIONSTATE[]
) : int

Parameters

  • pSelState
    Type: []

    [in] Selection state. For more information see SELECTIONSTATE.

Return Value

Type: System.Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From textmgr.idl:

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

Permissions

See Also

Reference

IVsLayeredTextView Interface

IVsLayeredTextView Members

Microsoft.VisualStudio.TextManager.Interop Namespace