Freigeben über


IVsDataMappedObjectSelection.SubstitutionValues-Eigenschaft

Ruft eine Liste von Ersatzwerten ab.

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>

Eigenschaftswert

Typ: IList<IVsDataMappedObjectSubstitutionValue>
Eine Liste von IVsDataMappedObjectSubstitutionValue-Objekte, die Ersatzwerte darstellt.

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsDataMappedObjectSelection Schnittstelle

Microsoft.VisualStudio.Data.Services-Namespace