Namespace: Microsoft.VisualStudio.TestTools.Vsip
Assembly: Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)
Syntax
'宣言
Public Sub New ( _
completed As Boolean, _
message As String _
)
'使用
Dim completed As Boolean
Dim message As String
Dim instance As New CommandResult(completed, _
message)
public CommandResult(
bool completed,
string message
)
public:
CommandResult(
bool completed,
String^ message
)
public function CommandResult(
completed : boolean,
message : String
)
Parameters
- completed
Type: System.Boolean
- message
Type: System.String
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.