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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.Windows.Design.PropertyEditing, espace de noms