Метод | Описание | |
---|---|---|
CreateFolderNode ( string absFolderPath ) : |
Create a folder node based on absolute folder path.
|
|
DirectoryBasedProjectNode ( Microsoft.IronStudio.Project.CommonProjectPackage package, |
Метод | Описание | |
---|---|---|
AddDirectory ( HierarchyNode parent, bool isSearchPath, string subfolder ) : void |
Adds a directory to the project hierarchy with the specified parent.
|
|
AddFile ( HierarchyNode parent, bool isSearchPath, string file ) : void |
Adds a file to the project hierarchy with the specified parent.
|
|
ProcessFiles ( ) : void | ||
ProcessFolders ( ) : void | ||
Reload ( ) : void | ||
ShouldIncludeFileInProject ( string projFileExt, string file ) : bool |
Checks if we should include the specified file in the project. Currently we only exclude project files for the current project type.
|
Метод | Описание | |
---|---|---|
CreateHierarchy ( HierarchyNode parent, string dir, bool isSearchPath ) : void | ||
FileCreated ( object sender, |
||
FileDeleted ( object sender, |
||
FileRenamed ( object sender, |
||
InitializeFileSystemWatcher ( ) : void |
Initializes the file system watcher so that we automatically track changes to the project system based upon changes to the underlying file system.
|
protected AddDirectory ( HierarchyNode parent, bool isSearchPath, string subfolder ) : void | ||
parent | HierarchyNode | |
isSearchPath | bool | |
subfolder | string | |
Результат | void |
protected AddFile ( HierarchyNode parent, bool isSearchPath, string file ) : void | ||
parent | HierarchyNode | |
isSearchPath | bool | |
file | string | |
Результат | void |
public CreateFolderNode ( string absFolderPath ) : |
||
absFolderPath | string | |
Результат |
public DirectoryBasedProjectNode ( Microsoft.IronStudio.Project.CommonProjectPackage package, |
||
package | Microsoft.IronStudio.Project.CommonProjectPackage | |
imageList | ||
Результат | System |
protected static ShouldIncludeFileInProject ( string projFileExt, string file ) : bool | ||
projFileExt | string | |
file | string | |
Результат | bool |