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

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

Property Value

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

See Also

ApplyElementTypeLimitationsAttribute Class
Microsoft.VisualStudio.Modeling.Integration.Picker Namespace

Return to top