Share via


IVsDataMappedObjectSelection.SubstitutionValues Property

Definition

Gets a list of substitution values.

public:
 property System::Collections::Generic::IList<Microsoft::VisualStudio::Data::Services::IVsDataMappedObjectSubstitutionValue ^> ^ SubstitutionValues { System::Collections::Generic::IList<Microsoft::VisualStudio::Data::Services::IVsDataMappedObjectSubstitutionValue ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.VisualStudio.Data.Services.IVsDataMappedObjectSubstitutionValue> SubstitutionValues { get; }
member this.SubstitutionValues : System.Collections.Generic.IList<Microsoft.VisualStudio.Data.Services.IVsDataMappedObjectSubstitutionValue>
Public ReadOnly Property SubstitutionValues As IList(Of IVsDataMappedObjectSubstitutionValue)

Property Value

A list of IVsDataMappedObjectSubstitutionValue objects representing the substitution values.

Applies to