Construtor NewItemTypesAttribute (array<Type )
Initializes a new instance of the NewItemTypesAttribute class.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)
Sintaxe
'Declaração
Public Sub New ( _
ParamArray types As Type() _
)
public NewItemTypesAttribute(
params Type[] types
)
public:
NewItemTypesAttribute(
... array<Type^>^ types
)
new :
types:Type[] -> NewItemTypesAttribute
public function NewItemTypesAttribute(
... types : Type[]
)
Parâmetros
- types
Tipo: array<System.Type[]
Uma matriz de Type os objetos que este atributo declara como sendo válido novo item tipos.
Exceções
Exceção | Condição |
---|---|
ArgumentNullException | typesé nulluma referência nula (Nothing no Visual Basic) ou vazio. |
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
Sobrecargas NewItemTypesAttribute
Namespace Microsoft.Windows.Design.PropertyEditing