Resumes the MSBuild process on the supplied target with the default configuration, logging to the output window.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Sub ResumeMSBuild ( _
config As String, _
output As IVsOutputWindowPane, _
target As String _
)
'使用
Dim instance As ProjectNode
Dim config As String
Dim output As IVsOutputWindowPane
Dim target As String
instance.ResumeMSBuild(config, output, _
target)
public void ResumeMSBuild(
string config,
IVsOutputWindowPane output,
string target
)
public:
void ResumeMSBuild(
String^ config,
IVsOutputWindowPane^ output,
String^ target
)
public function ResumeMSBuild(
config : String,
output : IVsOutputWindowPane,
target : String
)
Parameters
config
Type: System.StringThe configuration to use.
output
Type: Microsoft.VisualStudio.Shell.Interop.IVsOutputWindowPaneThe output window.
target
Type: System.StringThe target to build.
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.