Freigeben über


IVsTextManager.CreateSelectionAction-Methode

Methodeninformationen werden nicht bereitgestellt. Verwenden Sie diese Methode nicht.

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

Parameter

Rückgabewert

Typ: Int32

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsTextManager Schnittstelle

Microsoft.VisualStudio.TextManager.Interop-Namespace