Partager via


OAVSProject Class

Represents a Visual Studio language-specific project. This is an implementation of the VSProject interface.

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

Syntax

<ComVisibleAttribute(True)> _
<CLSCompliantAttribute(False)> _
Public Class OAVSProject _
    Implements VSProject

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

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Package.Automation.OAVSProject

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

OAVSProject Members

Microsoft.VisualStudio.Package.Automation Namespace