Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'宣言
Protected Sub New ( _
name As String, _
description As String _
)
'使用
Dim name As String
Dim description As String
Dim instance As New TestAggregation(name, description)
protected TestAggregation(
string name,
string description
)
protected:
TestAggregation(
String^ name,
String^ description
)
protected function TestAggregation(
name : String,
description : String
)
Parameters
- name
Type: System.String
- description
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.