RegisterProviderAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
套用至類型時,表示類型為提供者,且應該自動註冊。
[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)]
public sealed class RegisterProviderAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)>]
type RegisterProviderAttribute = class
inherit Attribute
Public NotInheritable Class RegisterProviderAttribute
Inherits Attribute
- 繼承
-
RegisterProviderAttribute
- 屬性
建構函式
RegisterProviderAttribute(String, String, String, Type) |
套用至類型時,表示類型為提供者,且應該自動註冊。 |
屬性
Kind |
取得提供者的種類,例如、 |
Name |
取得提供者名稱,例如 |
Target |
取得用來設定提供者的類型,例如 |
Type |
取得用來設定提供者的類型。 |