Share via


VsTextManagerClass.CreateSelectionAction Method

Method information not provided. Do not use.

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

Syntax

'Declaration
Public Overridable Function CreateSelectionAction ( _
    pBuffer As IVsTextBuffer, _
    <OutAttribute> ByRef ppAction As IVsTextSelectionAction _
) As Integer
public virtual int CreateSelectionAction(
    IVsTextBuffer pBuffer,
    out IVsTextSelectionAction ppAction
)
public:
virtual int CreateSelectionAction(
    [InAttribute] IVsTextBuffer^ pBuffer, 
    [OutAttribute] IVsTextSelectionAction^% ppAction
)
abstract CreateSelectionAction : 
        pBuffer:IVsTextBuffer * 
        ppAction:IVsTextSelectionAction byref -> int  
override CreateSelectionAction : 
        pBuffer:IVsTextBuffer * 
        ppAction:IVsTextSelectionAction byref -> int
public function CreateSelectionAction(
    pBuffer : IVsTextBuffer, 
    ppAction : IVsTextSelectionAction
) : int

Parameters

Return Value

Type: System.Int32
Do not use.

Implements

IVsTextManager.CreateSelectionAction(IVsTextBuffer, IVsTextSelectionAction%)

.NET Framework Security

See Also

Reference

VsTextManagerClass Class

Microsoft.VisualStudio.TextManager.Interop Namespace