See also:
NTier Windows Forms Framework Home
NTier Framework API reference

The EnvDTEUtil type exposes the following members.

Methods

  NameDescription
Public methodStatic memberCodeTypeFromFullName
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).
Public methodStatic memberGetActiveProjectDefaultNamespace
Get the default namespace of the current project.
Public methodStatic memberGetActiveProjectPath
Get the filename to the current project.
Public methodStatic memberGetAllCodeTypes
Public methodStatic memberGetReferencedAssemblies
Get all compiled assemblies referenced by the given project.
Public methodStatic memberGetSelectedProjects
Get the currently selected projects from the EnvDTE.DTE object. The last known selected object is returned if no projects are selected.
Public methodStatic memberGetUsingNamespacesFromProjectItem
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.
Public methodStatic memberIsTypeExistsInSolution
Public methodStatic memberWriteTextToProjectItem(DTE, String, String)
Forcibly write the contents of a file to a project item.
Public methodStatic memberWriteTextToProjectItem(IServiceProvider, String, String)

See Also