ViewFilter.CodeWindowManager Property

Definition

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

CodeWindowManager.

Remarks

This is the same CodeWindowManager object that was passed to the ViewFilter class constructor.

Applies to