Partager via


NewItemTypesAttribute.FactoryType, propriété

Obtient ou définit le type de fabrique associé à cet attribut.

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

Syntaxe

'Déclaration
Public Property FactoryType As Type
    Get
    Set
public Type FactoryType { get; set; }
public:
property Type^ FactoryType {
    Type^ get ();
    void set (Type^ value);
}
member FactoryType : Type with get, set
function get FactoryType () : Type
function set FactoryType (value : Type)

Valeur de propriété

Type : System.Type
Objet Type qui représente le type associé à cet attribut.

Exceptions

Exception Condition
ArgumentException

le type ne dérive pas de NewItemFactory.

ArgumentNullException

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

Notes

Il est garanti que l'objet Type dérive de NewItemFactory.

Sécurité .NET Framework

Voir aussi

Référence

NewItemTypesAttribute Classe

Microsoft.Windows.Design.PropertyEditing, espace de noms

NewItemFactory

Autres ressources

Architecture d'édition de propriété

Extensibilité du Concepteur WPF