_MSProject.TimescaledData Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
public object TimescaledData (int TaskID, int ResourceID, object StartDate, object EndDate, Microsoft.Office.Interop.MSProject.PjTimescaledData Type = Microsoft.Office.Interop.MSProject.PjTimescaledData.pjWork, Microsoft.Office.Interop.MSProject.PjTimescaleUnit TimeScaleUnit = Microsoft.Office.Interop.MSProject.PjTimescaleUnit.pjTimescaleWeeks, object Count);
abstract member TimescaledData : int * int * obj * obj * Microsoft.Office.Interop.MSProject.PjTimescaledData * Microsoft.Office.Interop.MSProject.PjTimescaleUnit * obj -> obj
Public Function TimescaledData (TaskID As Integer, ResourceID As Integer, StartDate As Object, EndDate As Object, Optional Type As PjTimescaledData = Microsoft.Office.Interop.MSProject.PjTimescaledData.pjWork, Optional TimeScaleUnit As PjTimescaleUnit = Microsoft.Office.Interop.MSProject.PjTimescaleUnit.pjTimescaleWeeks, Optional Count As Object) As Object
Parameter
- TaskID
- Int32
- ResourceID
- Int32
- StartDate
- Object
- EndDate
- Object
- Type
- PjTimescaledData
- TimeScaleUnit
- PjTimescaleUnit
- Count
- Object