Partager via


NewItemTypesAttribute, constructeur (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 ( _
    type As Type _
)
public NewItemTypesAttribute(
    Type type
)
public:
NewItemTypesAttribute(
    Type^ type
)
new : 
        type:Type -> NewItemTypesAttribute
public function NewItemTypesAttribute(
    type : Type
)

Paramètres

  • type
    Type : System.Type
    Objet Type que cet attribut déclare comme étant un nouveau type d'élément valide.

Exceptions

Exception Condition
ArgumentNullException

type est nullune référence null (Nothing en Visual Basic).

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