OAVSProject.Project Property

Gets the generic project element associated with this project.

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

Syntax

'宣言
Public ReadOnly Property Project As Project
'使用
Dim instance As OAVSProject
Dim value As Project

value = instance.Project
public Project Project { get; }
public:
virtual property Project^ Project {
    Project^ get () sealed;
}
public final function get Project () : Project

Property Value

Type: Project

OAProject.

Permissions

See Also

Reference

OAVSProject Class

OAVSProject Members

Microsoft.VisualStudio.Package.Automation Namespace