Partilhar via


Propriedade IVsDataMappedObjectSelection.SubstitutionValues

Obtém uma lista de valores de substituição.

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

Sintaxe

'Declaração
ReadOnly Property SubstitutionValues As IList(Of IVsDataMappedObjectSubstitutionValue)
IList<IVsDataMappedObjectSubstitutionValue> SubstitutionValues { get; }
property IList<IVsDataMappedObjectSubstitutionValue^>^ SubstitutionValues {
    IList<IVsDataMappedObjectSubstitutionValue^>^ get ();
}
abstract SubstitutionValues : IList<IVsDataMappedObjectSubstitutionValue>
function get SubstitutionValues () : IList<IVsDataMappedObjectSubstitutionValue>

Valor de propriedade

Tipo: System.Collections.Generic.IList<IVsDataMappedObjectSubstitutionValue>
Uma lista de IVsDataMappedObjectSubstitutionValue objetos representando os valores de substituição.

Segurança do .NET Framework

Consulte também

Referência

IVsDataMappedObjectSelection Interface

Namespace Microsoft.VisualStudio.Data.Services