Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'宣言
Public Property Result As RunResultAndStatistics
'使用
Dim instance As TestRun
Dim value As RunResultAndStatistics
value = instance.Result
instance.Result = value
public RunResultAndStatistics Result { get; internal set; }
public:
property RunResultAndStatistics^ Result {
RunResultAndStatistics^ get ();
void set (RunResultAndStatistics^ value);
}
public function get Result () : RunResultAndStatistics
public function set Result (value : RunResultAndStatistics)
Property Value
Type: Microsoft.VisualStudio.TestTools.Common.RunResultAndStatistics
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.