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
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.