Compartir a través de


IVsImmediateStatementCompletion2.SetCompletionContext_Deprecated (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_Deprecated ( _
    pszFilePath As String, _
    pBuffer As IVsTextLines, _
    ptsCurStatement As TextSpan(), _
    punkContext As Object _
) As Integer
int SetCompletionContext_Deprecated(
    string pszFilePath,
    IVsTextLines pBuffer,
    TextSpan[] ptsCurStatement,
    Object punkContext
)
int SetCompletionContext_Deprecated(
    [InAttribute] String^ pszFilePath, 
    [InAttribute] IVsTextLines^ pBuffer, 
    [InAttribute] array<TextSpan>^ ptsCurStatement, 
    [InAttribute] Object^ punkContext
)
abstract SetCompletionContext_Deprecated : 
        pszFilePath:string * 
        pBuffer:IVsTextLines * 
        ptsCurStatement:TextSpan[] * 
        punkContext:Object -> int
function SetCompletionContext_Deprecated(
    pszFilePath : String, 
    pBuffer : IVsTextLines, 
    ptsCurStatement : TextSpan[], 
    punkContext : Object
) : int

Parámetros

  • pszFilePath
    Tipo: String
  • punkContext
    Tipo: Object

Valor devuelto

Tipo: Int32

Seguridad de .NET Framework

Vea también

Referencia

IVsImmediateStatementCompletion2 Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)