Share via


ApplyElementTypeLimitationsAttribute.ElementTypes Property

Gets the applied limitations

Namespace:  Microsoft.VisualStudio.Modeling.Integration.Picker
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)

Syntax

'Declaration
Public ReadOnly Property ElementTypes As IEnumerable(Of Type)
public IEnumerable<Type> ElementTypes { get; }
public:
property IEnumerable<Type^>^ ElementTypes {
    IEnumerable<Type^>^ get ();
}
member ElementTypes : IEnumerable<Type> with get
function get ElementTypes () : IEnumerable<Type>

Property Value

Type: System.Collections.Generic.IEnumerable<Type>

.NET Framework Security

See Also

Reference

ApplyElementTypeLimitationsAttribute Class

Microsoft.VisualStudio.Modeling.Integration.Picker Namespace