Freigeben über


NSProgress.FromTotalUnitCount Methode

Definition

Überlädt

FromTotalUnitCount(Int64)

Factory-Methode, die einen neuen NSProgress erstellt, der als untergeordnetes Element des CurrentProgress erstellt wird, wenn nicht NULL.

FromTotalUnitCount(Int64, NSProgress, Int64)

FromTotalUnitCount(Int64)

Factory-Methode, die einen neuen NSProgress erstellt, der als untergeordnetes Element des CurrentProgress erstellt wird, wenn nicht NULL.

[Foundation.Export("progressWithTotalUnitCount:")]
public static Foundation.NSProgress FromTotalUnitCount (long unitCount);
static member FromTotalUnitCount : int64 -> Foundation.NSProgress

Parameter

unitCount
Int64

Gibt zurück

Attribute

Gilt für:

FromTotalUnitCount(Int64, NSProgress, Int64)

[Foundation.Export("progressWithTotalUnitCount:parent:pendingUnitCount:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public static Foundation.NSProgress FromTotalUnitCount (long unitCount, Foundation.NSProgress parent, long portionOfParentTotalUnitCount);
static member FromTotalUnitCount : int64 * Foundation.NSProgress * int64 -> Foundation.NSProgress

Parameter

unitCount
Int64
parent
NSProgress
portionOfParentTotalUnitCount
Int64

Gibt zurück

Attribute

Gilt für: