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
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.