IVsTextManager.CreateSelectionAction Method

Method information is not provided. Do not use this method.

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

Syntax

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

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsTextManager Interface

Microsoft.VisualStudio.TextManager.Interop Namespace