ProjectsLoadProgressEventArgs.TotalProjects 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.
Gets total number of projects to load.
public:
property int TotalProjects { int get(); };
[System.Runtime.Serialization.DataMember(Order=2)]
public int TotalProjects { get; }
[<System.Runtime.Serialization.DataMember(Order=2)>]
member this.TotalProjects : int
Public ReadOnly Property TotalProjects As Integer
Property Value
- Attributes