CollectorDataEntry Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a data entry from a diagnostic data adapter.
public ref class CollectorDataEntry : Microsoft::VisualStudio::TestTools::Common::Xml::IXmlTestStore
[System.Serializable]
public class CollectorDataEntry : Microsoft.VisualStudio.TestTools.Common.Xml.IXmlTestStore
[<System.Serializable>]
type CollectorDataEntry = class
interface IXmlTestStore
Public Class CollectorDataEntry
Implements IXmlTestStore
- Inheritance
-
CollectorDataEntry
- Attributes
- Implements
Constructors
CollectorDataEntry(Uri, String, String, String, Boolean, IList<IDataAttachment>) |
Initializes a new instance of the CollectorDataEntry class by using the provided parameter values. |
CollectorDataEntry(Uri, String, String, String, Boolean) |
Initializes a new instance of the CollectorDataEntry class by using the provided parameter values. |
Properties
AgentDisplayName |
Gets the friendly display name for the test agent. |
AgentName |
Gets the name of the test agent. |
Attachments |
Gets a list of attachments for this data entry. |
CollectorDisplayName |
Gets the friendly display name for the diagnostic data adapter. |
IsFromRemoteAgent |
Gets a value that indicates whether the test agent is on a remote machine or a local machine. |
Uri |
Gets the URI for the diagnostic data adapter for this data entry. |
Methods
Load(XmlElement, XmlTestStoreParameters) |
Loads an instance of this class from the provided XML element by using the provided parameters. |
Save(XmlElement, XmlTestStoreParameters) |
Saves this object in the provided XML element. |