IProjectTypes Members
When implemented by a class, provides information about known project types.Properties
| Name | Description |
|---|---|
| Assemblies | Obtains a collection of assemblies available for the current project. |
| ProjectAssembly | Obtains the assembly of the current project. |
| ProjectAssemblyName | Obtains the name of the current assembly |
Methods
| Name | Description |
|---|---|
| GetEnumerator() | Returns an enumerator that iterates through the collection. Inherited from IEnumerable<T>. |
| GetExistingOrCreateNew(Type) | Obtains the existing IDXTypeInfo object that provides information about a known project type, or creates a new one if it was not found. |
| GetTypes(Func<IDXTypeInfo, Boolean>) | Obtains project types that satisfy the specified filtering condition. |
| GetTypesPerAssembly(Func<IDXTypeInfo, Boolean>) | Obtains assemblies containing project types that satisfy the specified filtering condition. |
See Also