The following tables list the members exposed by IProject.
| Name | Description | |
|---|---|---|
|
DefaultLanguage | When implemented by a class, gets a collection of References defined in the Project. The References include DLL's or assemblies that have been added to the project and are available to the object it contains. |
|
Description | When implemented by a class, gets or sets the Description of the associated object. |
|
Environment | When implemented by a class, gets the Environment of the Project. |
|
FileName | When implemented by a class, gets the Path of the Project e.g. "c:\workflow\" (Inherited from SourceCode.Framework.IBuildProject) |
|
Files | (Inherited from SourceCode.Framework.IProjectFilesContainer) |
|
Folder | (Inherited from SourceCode.Framework.ISubProjectContainer) |
|
FolderPath | (Inherited from SourceCode.Framework.IProjectFoldersContainer) |
|
Folders | (Inherited from SourceCode.Framework.IProjectFoldersContainer) |
|
FullFileName | (Inherited from SourceCode.Framework.IBuildProject) |
|
Guid | (Inherited from SourceCode.Framework.IBuildProject) |
|
MetaData | When implemented by a class, gets or sets the MetaData of the associated object. |
|
Name | When implemented by a class, gets or sets the Name of the associated object. (Inherited from SourceCode.Framework.IBuildProject) |
|
OutputPath | (Inherited from SourceCode.Framework.IBuildProject) |
|
ProjectGuid | (Inherited from SourceCode.Framework.IBuildProject) |
|
References | (Inherited from SourceCode.Framework.IBuildProject) |
|
SubProjects | (Inherited from SourceCode.Framework.ISubProjectContainer) |
Top