TemplateWizardSecurityAttribute(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.
Attribute constructor.
public:
TemplateWizardSecurityAttribute(System::String ^ callingTemplate);
public:
TemplateWizardSecurityAttribute(Platform::String ^ callingTemplate);
TemplateWizardSecurityAttribute(std::wstring const & callingTemplate);
public TemplateWizardSecurityAttribute (string callingTemplate);
new Microsoft.VisualStudio.TemplateWizard.TemplateWizardSecurityAttribute : string -> Microsoft.VisualStudio.TemplateWizard.TemplateWizardSecurityAttribute
Public Sub New (callingTemplate As String)
Parameters
- callingTemplate
- String
The name of the template that can instantiate the wizard extension.