DocumentProperties.GetCodeWindowManager Method

Definition

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.

Applies to