TestElement.HostData Property

Definition

Gets or sets data to be used by the custom host that is identified by the HostType property.

public:
 virtual property System::String ^ HostData { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.VisualStudio.TestTools.Common.LocalizedDescription(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "Common_HostData_PropertyDescription")]
[Microsoft.VisualStudio.TestTools.Common.PropertyWindow]
[Microsoft.VisualStudio.TestTools.Common.TestCaseManagementDisplayName(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "Common_HostData")]
[System.ComponentModel.DefaultValue("")]
public virtual string HostData { get; set; }
[<Microsoft.VisualStudio.TestTools.Common.LocalizedDescription(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "Common_HostData_PropertyDescription")>]
[<Microsoft.VisualStudio.TestTools.Common.PropertyWindow>]
[<Microsoft.VisualStudio.TestTools.Common.TestCaseManagementDisplayName(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "Common_HostData")>]
[<System.ComponentModel.DefaultValue("")>]
member this.HostData : string with get, set
Public Overridable Property HostData As String

Property Value

A string containing data used by a custom host.

Attributes

Applies to