IProjectTypes Methods
When implemented by a class, provides information about known project types.| 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