ProvideDirectiveProcessorAttribute(Type, String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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