Creates a new output group. Called from the constructor.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Protected Overridable Function CreateOutputGroup ( _
project As ProjectNode, _
group As KeyValuePair(Of String, String) _
) As OutputGroup
'使用
Dim project As ProjectNode
Dim group As KeyValuePair(Of String, String)
Dim returnValue As OutputGroup
returnValue = Me.CreateOutputGroup(project, _
group)
protected virtual OutputGroup CreateOutputGroup(
ProjectNode project,
KeyValuePair<string, string> group
)
protected:
virtual OutputGroup^ CreateOutputGroup(
ProjectNode^ project,
KeyValuePair<String^, String^> group
)
protected function CreateOutputGroup(
project : ProjectNode,
group : KeyValuePair<String, String>
) : OutputGroup
Parameters
project
Type: Microsoft.VisualStudio.Package.ProjectNodeThe project to which the configuration belongs.
group
Type: System.Collections.Generic.KeyValuePair<String, String>A KeyValuePair consisting of the name of the output group and the name of the MSBuild.
Return Value
Type: Microsoft.VisualStudio.Package.OutputGroup
The new OutputGroup.
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.