共用方式為


ProvideDirectiveProcessorAttribute(Type, String, String) Constructor

Definition

Constructor

public:
 ProvideDirectiveProcessorAttribute(Type ^ type, System::String ^ name, System::String ^ description);
public:
 ProvideDirectiveProcessorAttribute(Platform::Type ^ type, Platform::String ^ name, Platform::String ^ description);
public ProvideDirectiveProcessorAttribute (Type type, string name, string description);
new Microsoft.VisualStudio.TextTemplating.VSHost.ProvideDirectiveProcessorAttribute : Type * string * string -> Microsoft.VisualStudio.TextTemplating.VSHost.ProvideDirectiveProcessorAttribute
Public Sub New (type As Type, name As String, description As String)

Parameters

type
Type
name
String
description
String

Applies to