次の方法で共有


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

'宣言
Function CreateSelectionAction ( _
    pBuffer As IVsTextBuffer, _
    <OutAttribute> ByRef ppAction As IVsTextSelectionAction _
) As Integer
'使用
Dim instance As IVsTextManager
Dim pBuffer As IVsTextBuffer
Dim ppAction As IVsTextSelectionAction
Dim returnValue As Integer

returnValue = instance.CreateSelectionAction(pBuffer, _
    ppAction)
int CreateSelectionAction(
    IVsTextBuffer pBuffer,
    out IVsTextSelectionAction ppAction
)
int CreateSelectionAction(
    [InAttribute] IVsTextBuffer^ pBuffer, 
    [OutAttribute] IVsTextSelectionAction^% ppAction
)
function CreateSelectionAction(
    pBuffer : IVsTextBuffer, 
    ppAction : IVsTextSelectionAction
) : int

Parameters

Return Value

Type: System.Int32

Permissions

See Also

Reference

IVsTextManager Interface

IVsTextManager Members

Microsoft.VisualStudio.TextManager.Interop Namespace