See also:
NTier Windows Forms Framework Home
NTier Framework API reference
NTier Windows Forms Framework Home
NTier Framework API reference
The EnvDTEUtil type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | CodeTypeFromFullName |
Find an EnvDTE.CodeType from a project given it's name.
The return value's CodeType.ProjectItem property will return a valid value
(unlike EnvDTE.Project.CodeModel.CodeTypeFromFullName() which throws an exception).
|
![]() ![]() | GetActiveProjectDefaultNamespace |
Get the default namespace of the current project.
|
![]() ![]() | GetActiveProjectPath |
Get the filename to the current project.
|
![]() ![]() | GetAllCodeTypes | |
![]() ![]() | GetReferencedAssemblies |
Get all compiled assemblies referenced by the given project.
|
![]() ![]() | GetSelectedProjects |
Get the currently selected projects from the EnvDTE.DTE object.
The last known selected object is returned if no projects are selected.
|
![]() ![]() | GetUsingNamespacesFromProjectItem |
This is a poorman's way to get the namespaces specified by using statements in the given project
item. As well as using statements at the top of the file, it also includes the first defined
namespace in the file.
|
![]() ![]() | IsTypeExistsInSolution | |
![]() ![]() | WriteTextToProjectItem(DTE, String, String) |
Forcibly write the contents of a file to a project item.
|
![]() ![]() | WriteTextToProjectItem(IServiceProvider, String, String) |