EditArray::Source Property

 

Gets the Source object associated with this EditArray object.

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^

A Source object.

This property returns the Source object that was passed to the EditArray class constructor.

Return to top
Show: