ModelingPerformanceCounters.ElementCount Property

Gets ElementCount performance counter.

Namespace:  Microsoft.VisualStudio.Modeling.Diagnostics
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)

Syntax

声明
Public Shared ReadOnly Property ElementCount As PerformanceCounter
    Get
public static PerformanceCounter ElementCount { get; }
public:
static property PerformanceCounter^ ElementCount {
    PerformanceCounter^ get ();
}
static member ElementCount : PerformanceCounter
static function get ElementCount () : PerformanceCounter

Property Value

Type: System.Diagnostics.PerformanceCounter

.NET Framework Security

See Also

Reference

ModelingPerformanceCounters Class

Microsoft.VisualStudio.Modeling.Diagnostics Namespace