SimpleEditorView.FReserved1, méthode
Méthode réservée.
Espace de noms : Microsoft.VisualStudio.Package
Assemblys : Microsoft.VisualStudio.Package.LanguageService.10.0 (dans Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
Microsoft.VisualStudio.Package.LanguageService.9.0 (dans Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
Microsoft.VisualStudio.Package.LanguageService.11.0 (dans Microsoft.VisualStudio.Package.LanguageService.11.0.dll)
Microsoft.VisualStudio.Package.LanguageService (dans Microsoft.VisualStudio.Package.LanguageService.dll)
Syntaxe
'Déclaration
Public Overridable Function FReserved1 ( _
reserved As UInteger, _
message As UInteger, _
wParam As IntPtr, _
lParam As IntPtr _
) As Integer
public virtual int FReserved1(
uint reserved,
uint message,
IntPtr wParam,
IntPtr lParam
)
Paramètres
- reserved
Type : System.UInt32
Réservé.Ne pas utiliser.
- message
Type : System.UInt32
Réservé.Ne pas utiliser.
- wParam
Type : System.IntPtr
Réservé.Ne pas utiliser.
- lParam
Type : System.IntPtr
Réservé.Ne pas utiliser.
Valeur de retour
Type : System.Int32
Toujours true.
Implémentations
IOleComponent.FReserved1(UInt32, UInt32, IntPtr, IntPtr)
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, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.