Compartilhar via


Propriedade IVsDataMappedObjectSubstitutionValue.MappedRestrictions

Obtém as limitações mapeadas que devem ser convertidas em limitações subjacentes.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (em Microsoft.VisualStudio.Data.Services.dll)

Sintaxe

'Declaração
ReadOnly Property MappedRestrictions As ICollection(Of String)
ICollection<string> MappedRestrictions { get; }
property ICollection<String^>^ MappedRestrictions {
    ICollection<String^>^ get ();
}
abstract MappedRestrictions : ICollection<string>
function get MappedRestrictions () : ICollection<String>

Valor de propriedade

Tipo: System.Collections.Generic.ICollection<String>
Uma coleção de valores de cadeia de caracteres que representam as restrições que devem ser convertidas em limitações subjacentes.

Segurança do .NET Framework

Consulte também

Referência

IVsDataMappedObjectSubstitutionValue Interface

Namespace Microsoft.VisualStudio.Data.Services