VsTextBufferClass.CreateTextPoint, méthode
Crée un objet d'TextPoint à l'emplacement donné dans la mémoire tampon de texte.
Espace de noms : Microsoft.VisualStudio.TextManager.Interop
Assembly : Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)
Syntaxe
'Déclaration
Public Overridable Function CreateTextPoint ( _
iLine As Integer, _
iIndex As Integer, _
<OutAttribute> ByRef ppTextPoint As Object _
) As Integer
public virtual int CreateTextPoint(
int iLine,
int iIndex,
out Object ppTextPoint
)
public:
virtual int CreateTextPoint(
[InAttribute] int iLine,
[InAttribute] int iIndex,
[OutAttribute] Object^% ppTextPoint
)
abstract CreateTextPoint :
iLine:int *
iIndex:int *
ppTextPoint:Object byref -> int
override CreateTextPoint :
iLine:int *
iIndex:int *
ppTextPoint:Object byref -> int
public function CreateTextPoint(
iLine : int,
iIndex : int,
ppTextPoint : Object
) : int
Paramètres
iLine
Type : Int32[in] a spécifié la ligne pour créer l'objet d'TextPoint.
iIndex
Type : Int32[in] a spécifié la position d'index dans la ligne de créer l'objet d'TextPoint.
ppTextPoint
Type : Object%[] le pointeur à l'objet d'TextPoint l'a créé.
Valeur de retour
Type : Int32
Implémentations
IVsTextLines.CreateTextPoint(Int32, Int32, Object%)
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.