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.
Returns a value that indicates whether the properties in the provided test element are read-only.
Namespace: Microsoft.VisualStudio.TestTools.Vsip
Assembly: Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)
Syntax
'Declaration
Function IsTestPropertiesReadOnly ( _
test As ITestElement _
) As Boolean
bool IsTestPropertiesReadOnly(
ITestElement test
)
bool IsTestPropertiesReadOnly(
ITestElement^ test
)
abstract IsTestPropertiesReadOnly :
test:ITestElement -> bool
function IsTestPropertiesReadOnly(
test : ITestElement
) : boolean
Parameters
test
Type: Microsoft.VisualStudio.TestTools.Common.ITestElementAn ITestElement object.
Return Value
Type: System.Boolean
true if the properties in the provided test element are read-only; otherwise, false.
.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.