AnalyzerTelemetryInfo.CompilationActionsCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Count of registered compilation actions.
public:
property int CompilationActionsCount { int get(); void set(int value); };
public int CompilationActionsCount { get; set; }
[System.Runtime.Serialization.DataMember(Order=2)]
public int CompilationActionsCount { get; set; }
member this.CompilationActionsCount : int with get, set
[<System.Runtime.Serialization.DataMember(Order=2)>]
member this.CompilationActionsCount : int with get, set
Public Property CompilationActionsCount As Integer
Property Value
- Attributes