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
pBuffer
Typ: Microsoft.VisualStudio.TextManager.Interop.IVsTextBufferNicht verwenden.
ppAction
Typ: Microsoft.VisualStudio.TextManager.Interop.IVsTextSelectionAction%Nicht verwenden.
Rückgabewert
Typ: Int32
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.