Share via


OAProjectItem Class

Represents an item in the project (file, folder, or reference).

This API is not CLS-compliant. 

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Automation
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
<ComVisibleAttribute(True)> _
Public Class OAProjectItem _
    Implements ProjectItem
'Usage
Dim instance As OAProjectItem
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public class OAProjectItem : ProjectItem
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public ref class OAProjectItem : ProjectItem
public class OAProjectItem implements ProjectItem

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.Schema.Project.Automation.OAProjectItem
    Microsoft.VisualStudio.Data.Schema.Project.Automation.OAFileItem
    Microsoft.VisualStudio.Data.Schema.Project.Automation.OAFolderItem
    Microsoft.VisualStudio.Data.Schema.Project.Automation.OANestedProjectItem
    Microsoft.VisualStudio.Data.Schema.Project.Automation.OAReferenceFolderItem
    Microsoft.VisualStudio.Data.Schema.Project.Automation.OAReferenceItem

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

Reference

OAProjectItem Members

Microsoft.VisualStudio.Data.Schema.Project.Automation Namespace