ProvideApplicationPartFactoryAttribute Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Stellt einen Typ bereit ApplicationPartFactory .
public ref class ProvideApplicationPartFactoryAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=false)]
public sealed class ProvideApplicationPartFactoryAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=false)>]
type ProvideApplicationPartFactoryAttribute = class
inherit Attribute
Public NotInheritable Class ProvideApplicationPartFactoryAttribute
Inherits Attribute
- Vererbung
-
ProvideApplicationPartFactoryAttribute
- Attribute
Konstruktoren
ProvideApplicationPartFactoryAttribute(String) |
Erstellt eine neue instance von ProvideApplicationPartFactoryAttribute mit dem angegebenen Typnamen. |
ProvideApplicationPartFactoryAttribute(Type) |
Erstellt eine neue instance von ProvideApplicationPartFactoryAttribute mit dem angegebenen Typ. |
Methoden
GetFactoryType() |
Ruft den Factorytyp ab. |