Metodo IVsImmediateStatementCompletion.SetCompletionContext_Deprecated
Spazio dei nomi: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Sintassi
'Dichiarazione
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
Parametri
- pszFilePath
Tipo: String
- pBuffer
Tipo: Microsoft.VisualStudio.TextManager.Interop.IVsTextLines
- ptsCurStatement
Tipo: array<Microsoft.VisualStudio.TextManager.Interop.TextSpan[]
- punkContext
Tipo: Object
Valore restituito
Tipo: Int32
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.