共用方式為


FeatureAttribute 建構函式

初始化 FeatureAttribute 類別的新執行個體。

命名空間:  Microsoft.Windows.Design.Features
組件:  Microsoft.Windows.Design.Extensibility (在 Microsoft.Windows.Design.Extensibility.dll 中)

語法

'宣告
Public Sub New ( _
    featureProviderType As Type _
)
public FeatureAttribute(
    Type featureProviderType
)
public:
FeatureAttribute(
    Type^ featureProviderType
)
new : 
        featureProviderType:Type -> FeatureAttribute
public function FeatureAttribute(
    featureProviderType : Type
)

參數

  • featureProviderType
    型別:System.Type
    這個屬性所描述之功能提供者的型別。

例外狀況

例外狀況 條件
ArgumentNullException

featureProviderType 為 nullNull 參照 (即 Visual Basic 中的 Nothing)。

ArgumentException

無法從 featureProviderType 指派功能提供者。

備註

FeatureAttribute 會儲存 FeatureProvider 的型別,供功能管理員進行具現化。 featureProviderType 參數必須指定繼承自 FeatureProvider 的類別。

.NET Framework 安全性

請參閱

參考

FeatureAttribute 類別

Microsoft.Windows.Design.Features 命名空間

FeatureProvider

其他資源

功能提供者和功能連接器