ProjectConfig.OutputGroups Property

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

Syntax

'宣言
Protected ReadOnly Property OutputGroups As IList(Of OutputGroup)
'使用
Dim value As IList(Of OutputGroup)

value = Me.OutputGroups
protected IList<OutputGroup> OutputGroups { get; }
protected:
property IList<OutputGroup^>^ OutputGroups {
    IList<OutputGroup^>^ get ();
}
protected function get OutputGroups () : IList<OutputGroup>

Property Value

Type: System.Collections.Generic.IList<OutputGroup>

Permissions

See Also

Reference

ProjectConfig Class

ProjectConfig Members

Microsoft.VisualStudio.Package Namespace