IVsImmediateStatementCompletion2.SetCompletionContext (Método)
Espacio de nombres: Microsoft.VisualStudio.TextManager.Interop
Ensamblado: Microsoft.VisualStudio.TextManager.Interop.8.0 (en Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Sintaxis
'Declaración
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
Parámetros
- pszFilePath
Tipo: String
- pBuffer
Tipo: Microsoft.VisualStudio.TextManager.Interop.IVsTextLines
- ptsCurStatement
Tipo: array<Microsoft.VisualStudio.TextManager.Interop.TextSpan[]
- punkContext
Tipo: Object
- pTextView
Tipo: Microsoft.VisualStudio.TextManager.Interop.IVsTextView
Valor devuelto
Tipo: Int32
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
IVsImmediateStatementCompletion2 Interfaz
Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)