Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
pBuffer
Type: Microsoft.VisualStudio.TextManager.Interop.IVsTextBufferDo not use.
ppAction
Type: Microsoft.VisualStudio.TextManager.Interop.IVsTextSelectionAction%Do not use.
Return Value
Type: System.Int32
Do not use.
Implements
IVsTextManager.CreateSelectionAction(IVsTextBuffer, IVsTextSelectionAction%)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.