ProjectItem Class
Any item in a project.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Tools.Applications.ProjectItem
Syntax
public sealed class ProjectItem
public ref class ProjectItem sealed
[<Sealed>]
type ProjectItem = class end
Public NotInheritable Class ProjectItem
Properties
Name | Description | |
---|---|---|
Name | Gets the name of the ProjectItem. |
Methods
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.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.