ProjectItem Class
Any item in a project.
Assembly: Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)
| Name | Description | |
|---|---|---|
![]() | Name | Gets the name of the ProjectItem. |
| Name | Description | |
|---|---|---|
![]() | Activate() | Activates the ProjectItem in the IDE. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetBreakpoints() | Gets a collection of breakpoints of type Breakpoint in the ProjectItem. |
![]() | GetCodeElements() | Gets a collection of code elements of type CodeElement in the ProjectItem. |
![]() | GetContent() | Gets a Stream for accessing the content of a ProjectItem. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | SetContent(Stream) | Sets content for a ProjectItem. |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Community Additions
ADD
Show:

