EditArray.Source Property

Definition

Gets the Source object associated with this EditArray object.

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

A Source object.

Remarks

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

Applies to