CodeWindowManager::Source Property

 

Returns the Source object associated with the view managed by this code window manager class.

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

public:
property Source^ Source {
	Source^ get();
}

Property Value

Type: Microsoft.VisualStudio.Package::Source^

Returns the Source object that was passed to the constructor.

This must always return a Source object.

Return to top
Show: