DocumentProperties.GetCodeWindowManager 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.
Retrieves the code window manager associated with this DocumentProperties object.
public:
Microsoft::VisualStudio::Package::CodeWindowManager ^ GetCodeWindowManager();
Microsoft::VisualStudio::Package::CodeWindowManager GetCodeWindowManager();
public Microsoft.VisualStudio.Package.CodeWindowManager GetCodeWindowManager ();
member this.GetCodeWindowManager : unit -> Microsoft.VisualStudio.Package.CodeWindowManager
Public Function GetCodeWindowManager () As CodeWindowManager
Returns
Returns a CodeWindowManager object.
Remarks
This method returns the CodeWindowManager object that was passed to the DocumentProperties class constructor.