IVsCodeWindow2.GetContainingCodeWindow(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 GetContainingCodeWindow([Runtime::InteropServices::Out] Microsoft::VisualStudio::TextManager::Interop::IVsCodeWindow ^ % ppCodeWindow);
public int GetContainingCodeWindow (out Microsoft.VisualStudio.TextManager.Interop.IVsCodeWindow ppCodeWindow);
abstract member GetContainingCodeWindow : IVsCodeWindow -> int
Public Function GetContainingCodeWindow (ByRef ppCodeWindow As IVsCodeWindow) As Integer
Parameters
- ppCodeWindow
- IVsCodeWindow