Method | Description | |
---|---|---|
AddFileToProject ( this project, string file, string itemType = null ) : void | ||
AddFilesToProject ( this project, IEnumerable |
||
CheckFileOutOfSourceControl ( string file ) : void | ||
GetActiveProject ( ) : Project | ||
GetAllProjects ( ) : IEnumerable |
||
GetConfigFile ( this project ) : string | ||
GetFullPath ( this item ) : string | ||
GetRootFolder ( this project ) : string | ||
GetSelectedItems ( ) : IEnumerable |
||
IsConfigFile ( this item ) : bool | ||
IsKind ( this project, string kindGuid ) : bool | ||
SetItemType ( this item, string itemType ) : void |
Method | Description | |
---|---|---|
GetChildProjects ( Project parent ) : IEnumerable |
public static AddFileToProject ( this project, string file, string itemType = null ) : void | ||
project | this | |
file | string | |
itemType | string | |
return | void |
public static AddFilesToProject ( this project, IEnumerable |
||
project | this | |
files | IEnumerable |
|
return | void |
public static CheckFileOutOfSourceControl ( string file ) : void | ||
file | string | |
return | void |
public static GetAllProjects ( ) : IEnumerable |
||
return | IEnumerable |
public static GetConfigFile ( this project ) : string | ||
project | this | |
return | string |
public static GetFullPath ( this item ) : string | ||
item | this | |
return | string |
public static GetRootFolder ( this project ) : string | ||
project | this | |
return | string |
public static GetSelectedItems ( ) : IEnumerable |
||
return | IEnumerable |
public static IsConfigFile ( this item ) : bool | ||
item | this | |
return | bool |
public static IsKind ( this project, string kindGuid ) : bool | ||
project | this | |
kindGuid | string | |
return | bool |
public static SetItemType ( this item, string itemType ) : void | ||
item | this | |
itemType | string | |
return | void |