Initializes a new instance of OutputGroup for the specified name, MSBuild target name, project, and configuration.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Sub New ( _
outputName As String, _
msBuildTargetName As String, _
projectManager As ProjectNode, _
configuration As ProjectConfig _
)
'使用
Dim outputName As String
Dim msBuildTargetName As String
Dim projectManager As ProjectNode
Dim configuration As ProjectConfig
Dim instance As New OutputGroup(outputName, _
msBuildTargetName, projectManager, _
configuration)
public OutputGroup(
string outputName,
string msBuildTargetName,
ProjectNode projectManager,
ProjectConfig configuration
)
public:
OutputGroup(
String^ outputName,
String^ msBuildTargetName,
ProjectNode^ projectManager,
ProjectConfig^ configuration
)
public function OutputGroup(
outputName : String,
msBuildTargetName : String,
projectManager : ProjectNode,
configuration : ProjectConfig
)
Parameters
outputName
Type: System.StringThe name of the output group. This must be one of the values in VS_OUTPUTGROUP_CNAME_x to facilitate communication between projects.
msBuildTargetName
Type: System.StringThe name of the MSBuild target.
projectManager
Type: Microsoft.VisualStudio.Package.ProjectNodeThe ProjectNode that produces this output.
configuration
Type: Microsoft.VisualStudio.Package.ProjectConfigThe ProjectConfig that produces this output group.
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.