IVsCodeWindow2.GetContainingCodeWindow, méthode
Espace de noms : Microsoft.VisualStudio.TextManager.Interop
Assembly : Microsoft.VisualStudio.TextManager.Interop.12.0 (dans Microsoft.VisualStudio.TextManager.Interop.12.0.dll)
Syntaxe
'Déclaration
Function GetContainingCodeWindow ( _
<OutAttribute> ByRef ppCodeWindow As IVsCodeWindow _
) As Integer
int GetContainingCodeWindow(
out IVsCodeWindow ppCodeWindow
)
int GetContainingCodeWindow(
[OutAttribute] IVsCodeWindow^% ppCodeWindow
)
abstract GetContainingCodeWindow :
ppCodeWindow:IVsCodeWindow byref -> int
function GetContainingCodeWindow(
ppCodeWindow : IVsCodeWindow
) : int
Paramètres
- ppCodeWindow
Type : Microsoft.VisualStudio.TextManager.Interop.IVsCodeWindow%
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.