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.

DataCollectorFriendlyNameAttribute Constructor (String^, Boolean)

 

Initializes an instance of the DataCollectorFriendlyNameAttribute class with the friendly name and indicates whether the string is a resource name.

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

public:
DataCollectorFriendlyNameAttribute(
	String^ friendlyName,
	bool isResourceName
)

Parameters

friendlyName
Type: System::String^

Friendly name of the diagnostic data adapter or resource name that contains the friendly name.

isResourceName
Type: System::Boolean

true indicates that the string that is provided for the friendly name is a resource name. false indicates that the string that is provided should be used directly as the friendly name for the adapter.

Return to top
Show: