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)
Syntax
'Dichiarazione
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>
Property Value
Type: System.Collections.Generic.IEnumerable<Type>
.NET Framework Security
- 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.
See Also
Reference
ApplyElementTypeLimitationsAttribute Class
Microsoft.VisualStudio.Modeling.Integration.Picker Namespace