CodeWindowManager.Source 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.
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.