OAProject Class

Represents the automation-friendly version of a Visual Studio project.

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

Syntax

'宣言
<ComVisibleAttribute(True)> _
<CLSCompliantAttribute(False)> _
Public Class OAProject _
    Implements Project, ISupportVSProperties
'使用
Dim instance As OAProject
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public class OAProject : Project, ISupportVSProperties
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public ref class OAProject : Project, 
    ISupportVSProperties
public class OAProject implements Project, ISupportVSProperties

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Package.Automation.OAProject

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

OAProject Members

Microsoft.VisualStudio.Package.Automation Namespace