Share via


TemplateWizardSecurityAttribute.CallingTemplate Property

Gets the name of the template allowed to call the template wizard extension.

Namespace:  Microsoft.VisualStudio.TemplateWizard
Assembly:  Microsoft.VisualStudio.TemplateWizardInterface (in Microsoft.VisualStudio.TemplateWizardInterface.dll)

Syntax

'Declaration
Public ReadOnly Property CallingTemplate As String
public string CallingTemplate { get; }
public:
property String^ CallingTemplate {
    String^ get ();
}
member CallingTemplate : string with get
function get CallingTemplate () : String

Property Value

Type: System.String
The name of the template allowed to call the template wizard extension.

.NET Framework Security

See Also

Reference

TemplateWizardSecurityAttribute Class

Microsoft.VisualStudio.TemplateWizard Namespace