Partager via


NewItemTypesAttribute, constructeur (array<Type )

Initialise une nouvelle instance de la classe NewItemTypesAttribute.

Espace de noms :  Microsoft.Windows.Design.PropertyEditing
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
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[]
)

Paramètres

  • types
    Type : array<System.Type[]
    Tableau des objets Type que cet attribut déclare comme étant de nouveaux types d'éléments valides.

Exceptions

Exception Condition
ArgumentNullException

types est nullune référence null (Nothing en Visual Basic) ou vide.

Sécurité .NET Framework

Voir aussi

Référence

NewItemTypesAttribute Classe

NewItemTypesAttribute, surcharge

Microsoft.Windows.Design.PropertyEditing, espace de noms

NewItemFactory

Autres ressources

Architecture d'édition de propriété

Extensibilité du Concepteur WPF