Compartir a través de


IVsDataMappedObjectSubstitutionValue.MappedRestrictions (Propiedad)

Obtiene las restricciones asignadas que deben convertirse a las restricciones subyacentes.

Espacio de nombres:  Microsoft.VisualStudio.Data.Services
Ensamblado:  Microsoft.VisualStudio.Data.Services (en Microsoft.VisualStudio.Data.Services.dll)

Sintaxis

'Declaración
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>

Valor de propiedad

Tipo: ICollection<String>
Una colección de valores de cadena que representan las restricciones que deben convertirse a las restricciones subyacentes.

Seguridad de .NET Framework

Vea también

Referencia

IVsDataMappedObjectSubstitutionValue Interfaz

Microsoft.VisualStudio.Data.Services (Espacio de nombres)