ApplyElementTypeLimitationsAttribute.ElementTypes Property
Gets the applied limitations
Namespace: Microsoft.VisualStudio.Modeling.Integration.Picker
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.10.0.dll)
'Déclaration
Public ReadOnly Property ElementTypes As IEnumerable(Of Type)
Get
public IEnumerable<Type> ElementTypes { get; }
public:
property IEnumerable<Type^>^ ElementTypes {
IEnumerable<Type^>^ get ();
}
member ElementTypes : IEnumerable<Type>
function get ElementTypes () : IEnumerable<Type>
Type: System.Collections.Generic.IEnumerable<Type>
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
ApplyElementTypeLimitationsAttribute Class
Microsoft.VisualStudio.Modeling.Integration.Picker Namespace