SimpleEditorView.HwndGetWindow, méthode
Obtient une fenêtre associée avec le composant.
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 HwndGetWindow ( _
dwWhich As UInteger, _
dwReserved As UInteger _
) As IntPtr
public virtual IntPtr HwndGetWindow(
uint dwWhich,
uint dwReserved
)
Paramètres
- dwWhich
Type : System.UInt32
Une valeur d'_OLECWINDOW.
- dwReserved
Type : System.UInt32
Réservé pour une utilisation ultérieure ; doit être de 0.
Valeur de retour
Type : System.IntPtr
Un pointeur à la fenêtre souhaitée ou à nullRéférence Null (Nothing en Visual Basic) si aucune fenêtre n'existe.
Implémentations
IOleComponent.HwndGetWindow(UInt32, UInt32)
Remarques
Par défaut cette méthode n'est pas implémentée et ne retourne pas un pointeur d'nullRéférence Null (Nothing en Visual Basic).
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.