ProjectItem Class

 

Any item in a project.

Namespace:   Microsoft.VisualStudio.Tools.Applications
Assembly:  Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)

System.Object
  Microsoft.VisualStudio.Tools.Applications.ProjectItem

Public NotInheritable Class ProjectItem

NameDescription
System_CAPS_pubpropertyName

Gets the name of the ProjectItem.

NameDescription
System_CAPS_pubmethodActivate()

Activates the ProjectItem in the IDE.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetBreakpoints()

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

System_CAPS_pubmethodGetCodeElements()

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

System_CAPS_pubmethodGetContent()

Gets a Stream for accessing the content of a ProjectItem.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodSetContent(Stream)

Sets content for a ProjectItem.

System_CAPS_pubmethodToString()

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

Return to top

Community Additions

ADD
Show: