NSProgress.LocalizedDescription 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.
A localized description of the progress being tracked, more specific than Kind, but less specific than LocalizedAdditionalDescription.
public virtual string LocalizedDescription { [Foundation.Export("localizedDescription", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setLocalizedDescription:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.LocalizedDescription : string with get, set
Property Value
(More documentation for this node is coming)
This value can be null
.
- Attributes