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