DocumentProperties.GetSource Method
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 a Source object associated with this DocumentProperties object.
public:
Microsoft::VisualStudio::Package::Source ^ GetSource();
public Microsoft.VisualStudio.Package.Source GetSource ();
member this.GetSource : unit -> Microsoft.VisualStudio.Package.Source
Public Function GetSource () As Source
Returns
Returns a Source object that is obtained from the CodeWindowManager object that was passed to the DocumentProperties class constructor.