IVsCodeWindow2.GetEmbeddedCodeWindow(Int32, IVsCodeWindow) Method

Definition

public:
 int GetEmbeddedCodeWindow(int iIndex, [Runtime::InteropServices::Out] Microsoft::VisualStudio::TextManager::Interop::IVsCodeWindow ^ % ppCodeWindow);
public int GetEmbeddedCodeWindow (int iIndex, out Microsoft.VisualStudio.TextManager.Interop.IVsCodeWindow ppCodeWindow);
abstract member GetEmbeddedCodeWindow : int * IVsCodeWindow -> int
Public Function GetEmbeddedCodeWindow (iIndex As Integer, ByRef ppCodeWindow As IVsCodeWindow) As Integer

Parameters

iIndex
Int32
ppCodeWindow
IVsCodeWindow

Returns

Applies to