IVsImmediateStatementCompletion2.InstallStatementCompletion, 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 InstallStatementCompletion ( _
fInstall As Integer, _
pCmdWinView As IVsTextView, _
fInitialEnable As Integer _
) As Integer
int InstallStatementCompletion(
int fInstall,
IVsTextView pCmdWinView,
int fInitialEnable
)
int InstallStatementCompletion(
[InAttribute] int fInstall,
[InAttribute] IVsTextView^ pCmdWinView,
[InAttribute] int fInitialEnable
)
abstract InstallStatementCompletion :
fInstall:int *
pCmdWinView:IVsTextView *
fInitialEnable:int -> int
function InstallStatementCompletion(
fInstall : int,
pCmdWinView : IVsTextView,
fInitialEnable : int
) : int
Paramètres
- fInstall
Type : Int32
- pCmdWinView
Type : Microsoft.VisualStudio.TextManager.Interop.IVsTextView
- fInitialEnable
Type : Int32
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.