Share via


ExpansionProvider.Source Property

Definition

Returns the Source object associated with this expansion provider.

public:
 property Microsoft::VisualStudio::Package::Source ^ Source { Microsoft::VisualStudio::Package::Source ^ get(); };
public Microsoft.VisualStudio.Package.Source Source { get; }
member this.Source : Microsoft.VisualStudio.Package.Source
Public ReadOnly Property Source As Source

Property Value

Returns the Source object that was passed to the ExpansionProvider class constructor (ExpansionProvider(Source)).

Remarks

The Source object controls the source file that is being modified by the expansion provider.

Applies to