_MSProject.RequestProgressInformation Method
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.
public void RequestProgressInformation (bool ShowDialog = false, Microsoft.Office.Interop.MSProject.PjPublishScope ItemsScope = Microsoft.Office.Interop.MSProject.PjPublishScope.pjPublishScopeAll, bool NotifyTaskLead = false, object NotificationText, object ReportingPeriodFrom, object ReportingPeriodTo);
abstract member RequestProgressInformation : bool * Microsoft.Office.Interop.MSProject.PjPublishScope * bool * obj * obj * obj -> unit
Public Sub RequestProgressInformation (Optional ShowDialog As Boolean = false, Optional ItemsScope As PjPublishScope = Microsoft.Office.Interop.MSProject.PjPublishScope.pjPublishScopeAll, Optional NotifyTaskLead As Boolean = false, Optional NotificationText As Object, Optional ReportingPeriodFrom As Object, Optional ReportingPeriodTo As Object)
Parameters
- ShowDialog
- Boolean
- ItemsScope
- PjPublishScope
- NotifyTaskLead
- Boolean
- NotificationText
- Object
- ReportingPeriodFrom
- Object
- ReportingPeriodTo
- Object