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
System_CAPS_pubproperty Name

Gets the name of the ProjectItem.

Methods

Name Description
System_CAPS_pubmethod Activate()

Activates the ProjectItem in the IDE.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetBreakpoints()

Gets a collection of breakpoints of type Breakpoint in the ProjectItem.

System_CAPS_pubmethod GetCodeElements()

Gets a collection of code elements of type CodeElement in the ProjectItem.

System_CAPS_pubmethod GetContent()

Gets a Stream for accessing the content of a ProjectItem.

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod SetContent(Stream)

Sets content for a ProjectItem.

System_CAPS_pubmethod 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.

See Also

Microsoft.VisualStudio.Tools.Applications Namespace

Return to top