IVsDataMappedObjectSubstitutionValue.MappedRestrictions Property

Gets the mapped restrictions that are to be converted to underlying restrictions.

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

Syntax

ReadOnly Property MappedRestrictions As ICollection(Of String)

Dim instance As IVsDataMappedObjectSubstitutionValue
Dim value As ICollection(Of String)

value = instance.MappedRestrictions
ICollection<string> MappedRestrictions { get; }
property ICollection<String^>^ MappedRestrictions {
    ICollection<String^>^ get ();
}
function get MappedRestrictions () : ICollection<String>

Property Value

Type: System.Collections.Generic.ICollection<String>

A collection of string values representing the restrictions that are to be converted to the underlying restrictions.

Permissions

See Also

Reference

IVsDataMappedObjectSubstitutionValue Interface

IVsDataMappedObjectSubstitutionValue Members

Microsoft.VisualStudio.Data.Services Namespace