OAProjectItem<T>.Project Property

Gets the automation object for the project.

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

Syntax

'宣言
Protected ReadOnly Property Project As OAProject
'使用
Dim value As OAProject

value = Me.Project
protected OAProject Project { get; }
protected:
property OAProject^ Project {
    OAProject^ get ();
}
protected function get Project () : OAProject

Property Value

Type: Microsoft.VisualStudio.Package.Automation.OAProject

OAProject.

Permissions

See Also

Reference

OAProjectItem<T> Class

OAProjectItem<T> Members

Microsoft.VisualStudio.Package.Automation Namespace