Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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: 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.