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.
Gets or sets a value that indicates whether this test element has been modified.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Overridable Property IsModified As Boolean
public virtual bool IsModified { get; set; }
public:
virtual property bool IsModified {
bool get ();
void set (bool value);
}
abstract IsModified : bool with get, set
override IsModified : bool with get, set
function get IsModified () : boolean
function set IsModified (value : boolean)
Property Value
Type: Boolean
true if this test element has been modified; otherwise, false.
Implements
.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.