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