OutputGroup.Project Property

Gets the project that produces this output group.

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

Syntax

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

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

Property Value

Type: Microsoft.VisualStudio.Package.ProjectNode

ProjectNode.

Permissions

See Also

Reference

OutputGroup Class

OutputGroup Members

Microsoft.VisualStudio.Package Namespace