Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DataCollectorDescriptionAttribute Constructor (String^, Boolean)

 

Initializes a DataCollectorDescriptionAttribute by using the description of the data collector.

Namespace:   Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

public:
DataCollectorDescriptionAttribute(
	String^ description,
	bool isResourceName
)

Parameters

description
Type: System::String^

Description of the diagnostic data adapter or resource name that contains the description.

isResourceName
Type: System::Boolean

true to indicate that the string that is provided for the description is a resource name; false to indicate that the string that is provided should be used directly as the description for the data collector.

Return to top
Show: