ApplyElementTypeLimitationsAttribute Constructor (Type[])
Creates limitation based on element types
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 ApplyElementTypeLimitationsAttribute(
params Type[] elementTypes
)
public:
ApplyElementTypeLimitationsAttribute(
... array<Type^>^ elementTypes
)
new :
[<ParamArrayAttribute>] elementTypes:Type[] -> ApplyElementTypeLimitationsAttribute
Public Sub New (
ParamArray elementTypes As Type()
)
Parameters
See Also
ApplyElementTypeLimitationsAttribute Class
Microsoft.VisualStudio.Modeling.Integration.Picker Namespace
Return to top