Share via


IVsDataMappedObjectSelection.SubstitutionValues Property

Gets a list of substitution values.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
ReadOnly Property SubstitutionValues As IList(Of IVsDataMappedObjectSubstitutionValue)
IList<IVsDataMappedObjectSubstitutionValue> SubstitutionValues { get; }
property IList<IVsDataMappedObjectSubstitutionValue^>^ SubstitutionValues {
    IList<IVsDataMappedObjectSubstitutionValue^>^ get ();
}
abstract SubstitutionValues : IList<IVsDataMappedObjectSubstitutionValue> with get
function get SubstitutionValues () : IList<IVsDataMappedObjectSubstitutionValue>

Property Value

Type: System.Collections.Generic.IList<IVsDataMappedObjectSubstitutionValue>
A list of IVsDataMappedObjectSubstitutionValue objects representing the substitution values.

.NET Framework Security

See Also

Reference

IVsDataMappedObjectSelection Interface

Microsoft.VisualStudio.Data.Services Namespace