IVsDataMappedObjectSubstitutionValue.MappedRestrictions, propriété

Obtient les restrictions mappées qui doivent être convertis aux restrictions sous-jacentes.

Espace de noms :  Microsoft.VisualStudio.Data.Services
Assembly :  Microsoft.VisualStudio.Data.Services (dans Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

'Déclaration
ReadOnly Property MappedRestrictions As ICollection(Of String)
ICollection<string> MappedRestrictions { get; }
property ICollection<String^>^ MappedRestrictions {
    ICollection<String^>^ get ();
}
abstract MappedRestrictions : ICollection<string> with get
function get MappedRestrictions () : ICollection<String>

Valeur de propriété

Type : ICollection<String>
Une collection de valeurs de chaînes représentant les restrictions qui doivent être convertis aux restrictions sous-jacentes.

Sécurité .NET Framework

Voir aussi

Référence

IVsDataMappedObjectSubstitutionValue Interface

Microsoft.VisualStudio.Data.Services, espace de noms