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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.