Proprietà NewItemTypesAttribute.FactoryType

Ottiene o imposta il tipo di factory associato a questo attributo.

Spazio dei nomi:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.Type
Oggetto Type che rappresenta il tipo associato a questo attributo.

Eccezioni

Eccezione Condizione
ArgumentException

Il tipo non deriva da NewItemFactory.

ArgumentNullException

il tipo è nullriferimento null (Nothing in Visual Basic).

Note

L'oggetto Type deriva sicuramente da NewItemFactory.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

NewItemTypesAttribute Classe

Spazio dei nomi Microsoft.Windows.Design.PropertyEditing

NewItemFactory

Altre risorse

Architettura di modifica delle proprietà

Estensibilità di Progettazione WPF