Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
When implemented in a derived class, gets a string that contains custom information.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public Overridable Property AdditionalInfo As String
public virtual string AdditionalInfo { get; set; }
public:
virtual property String^ AdditionalInfo {
String^ get ();
void set (String^ value);
}
abstract AdditionalInfo : string with get, set
override AdditionalInfo : string with get, set
function get AdditionalInfo () : String
function set AdditionalInfo (value : String)
Property Value
Type: String
Custom information.
Remarks
Raises the PropertyChanged event when the value is set.
.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.