IVsDataMappedObjectSelection.SubstitutionValues, propriété
Obtient une liste de valeurs de substitution.
Espace de noms : Microsoft.VisualStudio.Data.Services
Assembly : Microsoft.VisualStudio.Data.Services (dans Microsoft.VisualStudio.Data.Services.dll)
Syntaxe
'Déclaration
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>
Valeur de propriété
Type : System.Collections.Generic.IList<IVsDataMappedObjectSubstitutionValue>
Une liste d' IVsDataMappedObjectSubstitutionValue objets représentant les valeurs de substitution.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.