ProvideApplicationPartFactoryAttribute Class

Definition

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.

Applies to