次の方法で共有


VsTextManagerClass.CreateSelectionAction Method

Method information not provided.

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

Syntax

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

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

Parameters

Return Value

Type: System.Int32

Implements

IVsTextManager.CreateSelectionAction(IVsTextBuffer, IVsTextSelectionAction%)

Permissions

See Also

Reference

VsTextManagerClass Class

VsTextManagerClass Members

Microsoft.VisualStudio.TextManager.Interop Namespace