Compartir a través de


IVsDataMappedObjectSelection.SubstitutionValues (Propiedad)

Obtiene una lista de valores de sustitución.

Espacio de nombres:  Microsoft.VisualStudio.Data.Services
Ensamblado:  Microsoft.VisualStudio.Data.Services (en Microsoft.VisualStudio.Data.Services.dll)

Sintaxis

'Declaración
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>

Valor de propiedad

Tipo: IList<IVsDataMappedObjectSubstitutionValue>
Una lista de IVsDataMappedObjectSubstitutionValue se opone representa los valores de sustitución.

Seguridad de .NET Framework

Vea también

Referencia

IVsDataMappedObjectSelection Interfaz

Microsoft.VisualStudio.Data.Services (Espacio de nombres)