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 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
- pBuffer
Type: Microsoft.VisualStudio.TextManager.Interop.IVsTextBuffer
Do not use.
- ppAction
Type: Microsoft.VisualStudio.TextManager.Interop.IVsTextSelectionAction%
Do not use.
Return Value
Type: System.Int32
.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.