NewItemTypesAttribute (Constructor) (array<Type )
Inicializa una nueva instancia de la clase NewItemTypesAttribute.
Espacio de nombres: Microsoft.Windows.Design.PropertyEditing
Ensamblado: Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)
Sintaxis
'Declaración
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[]
Matriz de objetos Type que este atributo declara como nuevos tipos de elemento válidos.
Excepciones
Excepción | Condición |
---|---|
ArgumentNullException | types es nullreferencia null (Nothing en Visual Basic) o está vacío. |
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
NewItemTypesAttribute (Sobrecarga)
Microsoft.Windows.Design.PropertyEditing (Espacio de nombres)