ViewFilter.Source Property

Definition

Return the Source object encapsulating the text buffer.

public:
 property Microsoft::VisualStudio::Package::Source ^ Source { Microsoft::VisualStudio::Package::Source ^ get(); };
public Microsoft.VisualStudio.Package.Source Source { get; }
member this.Source : Microsoft.VisualStudio.Package.Source
Public ReadOnly Property Source As Source

Property Value

Source.

Remarks

The Source object that was obtained from the CodeWindowManager object in the ViewFilter class constructor.

Applies to