Namespace: Microsoft.VisualStudio.TextTemplating.VSHost
Assembly: Microsoft.VisualStudio.TextTemplating.VSHost (in Microsoft.VisualStudio.TextTemplating.VSHost.dll)
Syntax
'宣言
Public Sub New ( _
type As Type, _
name As String, _
description As String _
)
'使用
Dim type As Type
Dim name As String
Dim description As String
Dim instance As New ProvideDirectiveProcessorAttribute(type, name, _
description)
public ProvideDirectiveProcessorAttribute(
Type type,
string name,
string description
)
public:
ProvideDirectiveProcessorAttribute(
Type^ type,
String^ name,
String^ description
)
public function ProvideDirectiveProcessorAttribute(
type : Type,
name : String,
description : String
)
Parameters
- type
Type: System.Type
- name
Type: System.String
- description
Type: System.String
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ProvideDirectiveProcessorAttribute Class