IVsDataMappedObjectSelection.SubstitutionValues – vlastnost
Získá seznam substituční hodnoty.
Obor názvů: Microsoft.VisualStudio.Data.Services
Sestavení: Microsoft.VisualStudio.Data.Services (v Microsoft.VisualStudio.Data.Services.dll)
Syntaxe
'Deklarace
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>
Hodnota vlastnosti
Typ: System.Collections.Generic.IList<IVsDataMappedObjectSubstitutionValue>
Seznam IVsDataMappedObjectSubstitutionValue objekty představující substituční hodnoty.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.