ApplyElementTypeLimitationsAttribute Constructor
Creates limitation based on element types
Namespace: Microsoft.VisualStudio.Modeling.Integration.Picker
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.10.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<System.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