DocumentProperties::GetSource Method ()

 

Returns a Source object associated with this DocumentProperties object.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
Source^ GetSource()

Return Value

Type: Microsoft.VisualStudio.Package::Source^

Returns a Source object that is obtained from the CodeWindowManager object that was passed to the DocumentProperties class constructor.

Return to top
Show: