IBufferGraphFactoryService.CreateBufferGraph, méthode
Initialise une nouvelle instance du IBufferGraph pour le ITextBuffer spécifié.
Espace de noms : Microsoft.VisualStudio.Text.Projection
Assembly : Microsoft.VisualStudio.Text.Data (dans Microsoft.VisualStudio.Text.Data.dll)
Syntaxe
'Déclaration
Function CreateBufferGraph ( _
textBuffer As ITextBuffer _
) As IBufferGraph
IBufferGraph CreateBufferGraph(
ITextBuffer textBuffer
)
IBufferGraph^ CreateBufferGraph(
ITextBuffer^ textBuffer
)
abstract CreateBufferGraph :
textBuffer:ITextBuffer -> IBufferGraph
function CreateBufferGraph(
textBuffer : ITextBuffer
) : IBufferGraph
Paramètres
textBuffer
Type : Microsoft.VisualStudio.Text.ITextBufferITextBuffer pour lequel le IBufferGraph doit être créé.
Valeur de retour
Type : Microsoft.VisualStudio.Text.Projection.IBufferGraph
IBufferGraph .
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.