IVsCodeWindow2.GetEmbeddedCodeWindow(Int32, IVsCodeWindow) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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