CodeWindowManager.Source Property

Definition

returns the Source object associated with the IVsTextLines buffer for this code window

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

Returns the Source object that was passed to the constructor.

Remarks

This must always return a Source object.

Applies to