ProvideApplicationPartFactoryAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a ApplicationPartFactory type.
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
- Inheritance
-
ProvideApplicationPartFactoryAttribute
- Attributes
Constructors
ProvideApplicationPartFactoryAttribute(String) |
Creates a new instance of ProvideApplicationPartFactoryAttribute with the specified type name. |
ProvideApplicationPartFactoryAttribute(Type) |
Creates a new instance of ProvideApplicationPartFactoryAttribute with the specified type. |
Methods
GetFactoryType() |
Gets the factory type. |