| ProjectCommandsAddFromTemplate Property |
Add a file to the project from a template file
Namespace: SandcastleBuilder.WPF.CommandsAssembly: SandcastleBuilder.WPF (in SandcastleBuilder.WPF.dll) Version: 2014.11.22.0
Syntax public static RoutedUICommand AddFromTemplate { get; }
Public Shared ReadOnly Property AddFromTemplate As RoutedUICommand
Get
public:
static property RoutedUICommand^ AddFromTemplate {
RoutedUICommand^ get ();
}
static member AddFromTemplate : RoutedUICommand with get
Property Value
Type:
RoutedUICommandRemarks This command has no default key binding
See Also