Partager via


OAVSProjectItem Class

Represents a language-specific project item.

Namespace:  Microsoft.VisualStudio.Package.Automation
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

<CLSCompliantAttribute(False)> _
<ComVisibleAttribute(True)> _
Public Class OAVSProjectItem _
    Implements VSProjectItem

Dim instance As OAVSProjectItem
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public class OAVSProjectItem : VSProjectItem
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public ref class OAVSProjectItem : VSProjectItem
public class OAVSProjectItem implements VSProjectItem

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Package.Automation.OAVSProjectItem

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

OAVSProjectItem Members

Microsoft.VisualStudio.Package.Automation Namespace