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 the test execution ID for the parent object.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Property ParentExecId As TestExecId
TestExecId ParentExecId { get; set; }
property TestExecId^ ParentExecId {
TestExecId^ get ();
void set (TestExecId^ value);
}
abstract ParentExecId : TestExecId with get, set
function get ParentExecId () : TestExecId
function set ParentExecId (value : TestExecId)
Property Value
Type: Microsoft.VisualStudio.TestTools.Common.TestExecId
If this element is not a top-level element, the test execution ID for the parent object; otherwise, TestExecId.Empty.
.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.