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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。