IVsCodeWindow2.GetEmbeddedCodeWindow, 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 GetEmbeddedCodeWindow ( _
iIndex As Integer, _
<OutAttribute> ByRef ppCodeWindow As IVsCodeWindow _
) As Integer
int GetEmbeddedCodeWindow(
int iIndex,
out IVsCodeWindow ppCodeWindow
)
int GetEmbeddedCodeWindow(
[InAttribute] int iIndex,
[OutAttribute] IVsCodeWindow^% ppCodeWindow
)
abstract GetEmbeddedCodeWindow :
iIndex:int *
ppCodeWindow:IVsCodeWindow byref -> int
function GetEmbeddedCodeWindow(
iIndex : int,
ppCodeWindow : IVsCodeWindow
) : int
Paramètres
- iIndex
Type : Int32
- 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.