Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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