DocumentProperties.GetSource Method

Definition

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.

Applies to