Свойство | Type | Description | |
---|---|---|---|
BuildCache | void | ||
BuildCacheSub | void | ||
CacheProjectItems | void | ||
EnvDTEHelper | System | ||
Find | UIHierarchyItem | ||
Find | UIHierarchyItem | ||
GetProjectFolder | ProjectItem | ||
GetProjectItem | ProjectItem | ||
TriggerColorChange | void |
Méthode | Description | |
---|---|---|
ActivateSolutionHierarchy ( ) : void | ||
AddFileAsProjectItem ( Project project, string fileName, string relativePathAndName, bool overwrite, |
||
AddFolder ( Project project, string folderName ) : ProjectItem | ||
AddFolder ( ProjectItem projectItem, string folderName ) : ProjectItem | ||
AddProjectItem ( Project project, ProjectItem parent, string fileName, string content, bool overwrite, |
||
AddProjectItem ( Project project, string fileContent, byte fileContentBinary, ProjectItemContentType contentType, string relativePathAndName, bool overwrite, |
||
AddProjectItem ( ProjectItem parent, string fileName, |
||
AddProjectItem ( string fileContent, byte fileContentBinary, ProjectItemContentType contentType, string relativePathAndName, bool overwrite, |
Just gen file with no project
|
|
AddReference ( Project project, string assemblyLocation ) : void | ||
CastToVSProject ( Project project ) : VSProject | ||
ClearCache ( ) : void | ||
CreateCSharpProject ( string name ) : Project | ||
CreateDatabaseProject ( string name ) : Project | ||
CreateProjectFromTemplate ( string template, string projectName ) : Project | ||
CreateProjectFromTemplate ( string template, string projectName, string outputTarget ) : Project | ||
CreateSolutionFolder ( string relativePath ) : EnvDTE.Project | ||
CreateSolutionFolder ( string relativePath, EnvDTE parentFolder ) : EnvDTE.Project | ||
DeleteProjectItem ( Project project, string relativePathAndName, |
||
DeleteProjectItem ( ProjectItem parent, string fileName, |
||
Find ( string fileExtension ) : System.IO.FileInfo[] | ||
Find ( Project project ) : UIHierarchyItem | ||
Find ( ProjectItem pi ) : UIHierarchyItem | ||
FindProjectItemByFileName ( ProjectItems projectItems, string relativePathAndName ) : ProjectItem | ||
GetFileName ( ProjectItem pi ) : string | ||
GetProject ( string projectName ) : Project | ||
GetProjectFolder ( Project project, string folderString ) : ProjectItem | ||
GetProjectFolder ( string projectName, string projectLocation ) : ProjectItem | ||
GetProjectItem ( Project project, string projectItemString ) : ProjectItem | ||
GetProjectItem ( ProjectItem parentItem, string projectItem ) : ProjectItem | ||
GetProjectItem ( ProjectItem parentItem, string projectItem, bool createPathIfNotExists ) : ProjectItem | ||
GetProjectItem ( string projectName, string parentItemRelativeName ) : ProjectItem | ||
GetProjectItem ( string projectName, string parentRelativeName, ProjectItemType parentItemType ) : ProjectItem | ||
GetProjectItemExists ( Project project, string projectItemString ) : bool | ||
GetProjectItemExists ( ProjectItem parentItem, string projectItem ) : bool | ||
GetProjectItemExists ( string projectName, string parentRelativeName, ProjectItemType parentItemType ) : bool | ||
ProjectExists ( string projectName ) : bool | ||
ProjectLoaded ( string projectName ) : bool | ||
SelectProjectItem ( ProjectItem pi ) : void | ||
SetDTE ( _DTE applicationObject ) : void | ||
SetProperties ( ProjectItem projectItem, |
||
SetProperty ( ProjectItem projectItem, string propertyName, object propertyValue ) : void |
Méthode | Description | |
---|---|---|
BuildCache ( Project project ) : void | ||
BuildCacheSub ( ProjectItem projectItem ) : void | ||
CacheProjectItems ( ProjectItems projectItems, List |
||
EnvDTEHelper ( ) : System | ||
Find ( UIHierarchyItem hierarchyItem, Project project ) : UIHierarchyItem | ||
Find ( UIHierarchyItem hierarchyItem, ProjectItem pi ) : UIHierarchyItem | ||
GetProjectFolder ( ProjectItem parentItem, string folder ) : ProjectItem | ||
GetProjectItem ( Project project, string projectItemString, bool createPathIfNotExists ) : ProjectItem | ||
TriggerColorChange ( ) : void |
public ActivateSolutionHierarchy ( ) : void | ||
Résultat | void |
public AddFileAsProjectItem ( Project project, string fileName, string relativePathAndName, bool overwrite, |
||
project | Project | |
fileName | string | |
relativePathAndName | string | |
overwrite | bool | |
fileStateInfo | ||
Résultat | ProjectItem |
public static AddFolder ( Project project, string folderName ) : ProjectItem | ||
project | Project | |
folderName | string | |
Résultat | ProjectItem |
public static AddFolder ( ProjectItem projectItem, string folderName ) : ProjectItem | ||
projectItem | ProjectItem | |
folderName | string | |
Résultat | ProjectItem |
public AddProjectItem ( Project project, ProjectItem parent, string fileName, string content, bool overwrite, |
||
project | Project | |
parent | ProjectItem | |
fileName | string | |
content | string | |
overwrite | bool | |
fileStateInfo | ||
Résultat | ProjectItem |
public AddProjectItem ( Project project, string fileContent, byte fileContentBinary, ProjectItemContentType contentType, string relativePathAndName, bool overwrite, |
||
project | Project | |
fileContent | string | |
fileContentBinary | byte | |
contentType | ProjectItemContentType | |
relativePathAndName | string | |
overwrite | bool | |
fileStateInfo | ||
Résultat | ProjectItem |
public AddProjectItem ( ProjectItem parent, string fileName, |
||
parent | ProjectItem | |
fileName | string | |
fileStateInfo | ||
Résultat | ProjectItem |
public AddProjectItem ( string fileContent, byte fileContentBinary, ProjectItemContentType contentType, string relativePathAndName, bool overwrite, |
||
fileContent | string | |
fileContentBinary | byte | |
contentType | ProjectItemContentType | |
relativePathAndName | string | |
overwrite | bool | |
fileStateInfo | ||
Résultat | void |
public static AddReference ( Project project, string assemblyLocation ) : void | ||
project | Project | |
assemblyLocation | string | |
Résultat | void |
public static CastToVSProject ( Project project ) : VSProject | ||
project | Project | |
Résultat | VSProject |
public CreateCSharpProject ( string name ) : Project | ||
name | string | |
Résultat | Project |
public CreateDatabaseProject ( string name ) : Project | ||
name | string | |
Résultat | Project |
public CreateProjectFromTemplate ( string template, string projectName ) : Project | ||
template | string | |
projectName | string | |
Résultat | Project |
public CreateProjectFromTemplate ( string template, string projectName, string outputTarget ) : Project | ||
template | string | |
projectName | string | |
outputTarget | string | |
Résultat | Project |
public CreateSolutionFolder ( string relativePath ) : EnvDTE.Project | ||
relativePath | string | |
Résultat | EnvDTE.Project |
public CreateSolutionFolder ( string relativePath, EnvDTE parentFolder ) : EnvDTE.Project | ||
relativePath | string | |
parentFolder | EnvDTE | |
Résultat | EnvDTE.Project |
public static DeleteProjectItem ( Project project, string relativePathAndName, |
||
project | Project | |
relativePathAndName | string | |
fileStateInfo | ||
Résultat | void |
public DeleteProjectItem ( ProjectItem parent, string fileName, |
||
parent | ProjectItem | |
fileName | string | |
fileStateInfo | ||
Résultat | void |
public Find ( string fileExtension ) : System.IO.FileInfo[] | ||
fileExtension | string | |
Résultat | System.IO.FileInfo[] |
public Find ( Project project ) : UIHierarchyItem | ||
project | Project | |
Résultat | UIHierarchyItem |
public Find ( ProjectItem pi ) : UIHierarchyItem | ||
pi | ProjectItem | |
Résultat | UIHierarchyItem |
public static FindProjectItemByFileName ( ProjectItems projectItems, string relativePathAndName ) : ProjectItem | ||
projectItems | ProjectItems | |
relativePathAndName | string | |
Résultat | ProjectItem |
public GetFileName ( ProjectItem pi ) : string | ||
pi | ProjectItem | |
Résultat | string |
public GetProject ( string projectName ) : Project | ||
projectName | string | |
Résultat | Project |
public GetProjectFolder ( Project project, string folderString ) : ProjectItem | ||
project | Project | |
folderString | string | |
Résultat | ProjectItem |
public GetProjectFolder ( string projectName, string projectLocation ) : ProjectItem | ||
projectName | string | |
projectLocation | string | |
Résultat | ProjectItem |
public GetProjectItem ( Project project, string projectItemString ) : ProjectItem | ||
project | Project | |
projectItemString | string | |
Résultat | ProjectItem |
public GetProjectItem ( ProjectItem parentItem, string projectItem ) : ProjectItem | ||
parentItem | ProjectItem | |
projectItem | string | |
Résultat | ProjectItem |
public GetProjectItem ( ProjectItem parentItem, string projectItem, bool createPathIfNotExists ) : ProjectItem | ||
parentItem | ProjectItem | |
projectItem | string | |
createPathIfNotExists | bool | |
Résultat | ProjectItem |
public GetProjectItem ( string projectName, string parentItemRelativeName ) : ProjectItem | ||
projectName | string | |
parentItemRelativeName | string | |
Résultat | ProjectItem |
public GetProjectItem ( string projectName, string parentRelativeName, ProjectItemType parentItemType ) : ProjectItem | ||
projectName | string | |
parentRelativeName | string | |
parentItemType | ProjectItemType | |
Résultat | ProjectItem |
public GetProjectItemExists ( Project project, string projectItemString ) : bool | ||
project | Project | |
projectItemString | string | |
Résultat | bool |
public GetProjectItemExists ( ProjectItem parentItem, string projectItem ) : bool | ||
parentItem | ProjectItem | |
projectItem | string | |
Résultat | bool |
public GetProjectItemExists ( string projectName, string parentRelativeName, ProjectItemType parentItemType ) : bool | ||
projectName | string | |
parentRelativeName | string | |
parentItemType | ProjectItemType | |
Résultat | bool |
public static ProjectExists ( string projectName ) : bool | ||
projectName | string | |
Résultat | bool |
public static ProjectLoaded ( string projectName ) : bool | ||
projectName | string | |
Résultat | bool |
public SelectProjectItem ( ProjectItem pi ) : void | ||
pi | ProjectItem | |
Résultat | void |
public SetDTE ( _DTE applicationObject ) : void | ||
applicationObject | _DTE | |
Résultat | void |
public static SetProperties ( ProjectItem projectItem, |
||
projectItem | ProjectItem | |
properties | ||
Résultat | void |
public static SetProperty ( ProjectItem projectItem, string propertyName, object propertyValue ) : void | ||
projectItem | ProjectItem | |
propertyName | string | |
propertyValue | object | |
Résultat | void |