共用方式為


ProvideApplicationPartFactoryAttribute 類別

定義

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
繼承
ProvideApplicationPartFactoryAttribute
屬性

建構函式

ProvideApplicationPartFactoryAttribute(String)

使用指定的型別名稱,建立 的新實例 ProvideApplicationPartFactoryAttribute

ProvideApplicationPartFactoryAttribute(Type)

使用指定的型別建立 的新實例 ProvideApplicationPartFactoryAttribute

方法

GetFactoryType()

取得 Factory 類型。

適用於