VsSplitRootClass.GetWindowHandle, méthode
Espace de noms : Microsoft.VisualStudio.TextManager.Interop
Assembly : Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)
Syntaxe
'Déclaration
Public Overridable Function GetWindowHandle ( _
<OutAttribute> ByRef phwnd As IntPtr _
) As Integer
public virtual int GetWindowHandle(
out IntPtr phwnd
)
public:
virtual int GetWindowHandle(
[OutAttribute] IntPtr% phwnd
)
abstract GetWindowHandle :
phwnd:IntPtr byref -> int
override GetWindowHandle :
phwnd:IntPtr byref -> int
public function GetWindowHandle(
phwnd : IntPtr
) : int
Paramètres
phwnd
Type : IntPtr%[out]
Valeur de retour
Type : Int32
Implémentations
IVsSplitRoot.GetWindowHandle(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, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.