IVsImmediateStatementCompletion2.SetCompletionContext, méthode
Espace de noms : Microsoft.VisualStudio.TextManager.Interop
Assembly : Microsoft.VisualStudio.TextManager.Interop.8.0 (dans Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntaxe
'Déclaration
Function SetCompletionContext ( _
pszFilePath As String, _
pBuffer As IVsTextLines, _
ptsCurStatement As TextSpan(), _
punkContext As Object, _
pTextView As IVsTextView _
) As Integer
int SetCompletionContext(
string pszFilePath,
IVsTextLines pBuffer,
TextSpan[] ptsCurStatement,
Object punkContext,
IVsTextView pTextView
)
int SetCompletionContext(
[InAttribute] String^ pszFilePath,
[InAttribute] IVsTextLines^ pBuffer,
[InAttribute] array<TextSpan>^ ptsCurStatement,
[InAttribute] Object^ punkContext,
[InAttribute] IVsTextView^ pTextView
)
abstract SetCompletionContext :
pszFilePath:string *
pBuffer:IVsTextLines *
ptsCurStatement:TextSpan[] *
punkContext:Object *
pTextView:IVsTextView -> int
function SetCompletionContext(
pszFilePath : String,
pBuffer : IVsTextLines,
ptsCurStatement : TextSpan[],
punkContext : Object,
pTextView : IVsTextView
) : int
Paramètres
- pszFilePath
Type : String
- pBuffer
Type : Microsoft.VisualStudio.TextManager.Interop.IVsTextLines
- ptsCurStatement
Type : array<Microsoft.VisualStudio.TextManager.Interop.TextSpan[]
- punkContext
Type : Object
- pTextView
Type : Microsoft.VisualStudio.TextManager.Interop.IVsTextView
Valeur de retour
Type : Int32
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.