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