Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets data to be used by the custom host that is identified by the HostType property.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
<PropertyWindowAttribute> _
Public Overridable Property HostData As String
[PropertyWindowAttribute]
public virtual string HostData { get; set; }
[PropertyWindowAttribute]
public:
virtual property String^ HostData {
String^ get ();
void set (String^ value);
}
[<PropertyWindowAttribute>]
abstract HostData : string with get, set
[<PropertyWindowAttribute>]
override HostData : string with get, set
function get HostData () : String
function set HostData (value : String)
Property Value
Type: System.String
A string containing data used by a custom host.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.