IDXTypeInfo Members
When implemented by a class, provides information about a project type.Properties
| Name | Description |
|---|---|
| Assembly | Obtains the assembly in which the current type is defined. |
| FullName | Obtains the fully qualified name of the current type, including the namespace. |
| IsSolutionType | Indicates whether a type is defined within the current solution. |
| NamespaceName | Obtains the name of the namespace containing the current type |
Methods
| Name | Description |
|---|---|
| ResolveType() | Returns the current type. |
See Also