IVsDataMappedObjectSelection.SubstitutionValues Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.