DataCollectorVersionObsoleteAttribute Constructor
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
Public Sub New ( _
newVersionTypeUri As String, _
newVersionName As String, _
configurationConverter As String _
)
public DataCollectorVersionObsoleteAttribute(
string newVersionTypeUri,
string newVersionName,
string configurationConverter
)
public:
DataCollectorVersionObsoleteAttribute(
String^ newVersionTypeUri,
String^ newVersionName,
String^ configurationConverter
)
new :
newVersionTypeUri:string *
newVersionName:string *
configurationConverter:string -> DataCollectorVersionObsoleteAttribute
public function DataCollectorVersionObsoleteAttribute(
newVersionTypeUri : String,
newVersionName : String,
configurationConverter : String
)
Parameters
- newVersionTypeUri
Type: String
- newVersionName
Type: String
- configurationConverter
Type: String
.NET Framework Security
- 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.