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