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.

CollectorDataEntry Class

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Represents a data entry from a diagnostic data adapter.

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

System::Object
  Microsoft.VisualStudio.TestTools.Common::CollectorDataEntry

[SerializableAttribute]
public ref class CollectorDataEntry : IXmlTestStore

NameDescription
System_CAPS_pubmethodCollectorDataEntry(Uri^, String^, String^, String^, Boolean)

Initializes a new instance of the CollectorDataEntry class by using the provided parameter values.

System_CAPS_pubmethodCollectorDataEntry(Uri^, String^, String^, String^, Boolean, IList<IDataAttachment^>^)

Initializes a new instance of the CollectorDataEntry class by using the provided parameter values.

NameDescription
System_CAPS_pubpropertyAgentDisplayName

Gets the friendly display name for the test agent.

System_CAPS_pubpropertyAgentName

Gets the name of the test agent.

System_CAPS_pubpropertyAttachments

Gets a list of attachments for this data entry.

System_CAPS_pubpropertyCollectorDisplayName

Gets the friendly display name for the diagnostic data adapter.

System_CAPS_pubpropertyIsFromRemoteAgent

Gets a value that indicates whether the test agent is on a remote machine or a local machine.

System_CAPS_pubpropertyUri

Gets the URI for the diagnostic data adapter for this data entry.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodLoad(XmlElement^, XmlTestStoreParameters^)

Loads an instance of this class from the provided XML element by using the provided parameters.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSave(XmlElement^, XmlTestStoreParameters^)

Saves this object in the provided XML element.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: