ApplyElementTypeLimitationsAttribute Constructor

Creates limitation based on element types

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

Syntax

'Declaration
Public Sub New ( _
    ParamArray elementTypes As Type() _
)
public ApplyElementTypeLimitationsAttribute(
    params Type[] elementTypes
)
public:
ApplyElementTypeLimitationsAttribute(
    ... array<Type^>^ elementTypes
)
new : 
        elementTypes:Type[] -> ApplyElementTypeLimitationsAttribute
public function ApplyElementTypeLimitationsAttribute(
    ... elementTypes : Type[]
)

Parameters

  • elementTypes
    Type: array<Type[]

.NET Framework Security

See Also

Reference

ApplyElementTypeLimitationsAttribute Class

Microsoft.VisualStudio.Modeling.Integration.Picker Namespace