共用方式為


ProvideDirectiveProcessorAttribute 建構函式

將此屬性套用至定義文字範本述詞處理器的套件之套件類別。

命名空間:  Microsoft.VisualStudio.TextTemplating.VSHost
組件:  Microsoft.VisualStudio.TextTemplating.VSHost.10.0 (在 Microsoft.VisualStudio.TextTemplating.VSHost.10.0.dll 中)

語法

'宣告
Public Sub New ( _
    type As Type, _
    name As String, _
    description As String _
)
public ProvideDirectiveProcessorAttribute(
    Type type,
    string name,
    string description
)
public:
ProvideDirectiveProcessorAttribute(
    Type^ type, 
    String^ name, 
    String^ description
)
new : 
        type:Type * 
        name:string * 
        description:string -> ProvideDirectiveProcessorAttribute
public function ProvideDirectiveProcessorAttribute(
    type : Type, 
    name : String, 
    description : String
)

參數

  • type
    型別:System.Type
    定義指示詞處理器的類別
  • name
    型別:System.String
    在文字範本中用於識別處理器的名稱。
  • description
    型別:System.String
    描述使用此指令處理器的應用程式。

.NET Framework 安全性

請參閱

參考

ProvideDirectiveProcessorAttribute 類別

Microsoft.VisualStudio.TextTemplating.VSHost 命名空間