Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'宣言
Public ReadOnly Property Succeeded As Boolean
'使用
Dim instance As DebugOperationResult
Dim value As Boolean
value = instance.Succeeded
public bool Succeeded { get; }
public:
property bool Succeeded {
bool get ();
}
public function get Succeeded () : boolean
Property Value
Type: System.Boolean
Permissions
- 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.