ProjectNode.GetOutputGroupNames Method

Gets the list of output groups and their associated targets.

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

Syntax

'宣言
Protected Friend Overridable Function GetOutputGroupNames As IList(Of KeyValuePair(Of String, String))
'使用
Dim returnValue As IList(Of KeyValuePair(Of String, String))

returnValue = Me.GetOutputGroupNames()
protected internal virtual IList<KeyValuePair<string, string>> GetOutputGroupNames()
protected public:
virtual IList<KeyValuePair<String^, String^>>^ GetOutputGroupNames()
protected internal function GetOutputGroupNames() : IList<KeyValuePair<String, String>>

Return Value

Type: System.Collections.Generic.IList<KeyValuePair<String, String>>

When overridden by derived classes, a list of type KeyValuePair, which consists of the name of the output group and its associated target.

Remarks

By default returns the default list of output groups and their targets.

Permissions

See Also

Reference

ProjectNode Class

ProjectNode Members

Microsoft.VisualStudio.Package Namespace