ViewFilter.CodeWindowManager Property
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.
Returnt the CodeWindowManager that created this view filter.
public:
property Microsoft::VisualStudio::Package::CodeWindowManager ^ CodeWindowManager { Microsoft::VisualStudio::Package::CodeWindowManager ^ get(); };
public Microsoft.VisualStudio.Package.CodeWindowManager CodeWindowManager { get; }
member this.CodeWindowManager : Microsoft.VisualStudio.Package.CodeWindowManager
Public ReadOnly Property CodeWindowManager As CodeWindowManager
Property Value
Remarks
This is the same CodeWindowManager object that was passed to the ViewFilter class constructor.