IDXTypeInfo Properties
When implemented by a class, provides information about a project type.| 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 |
See Also