IFSVolumeOperations.RequestedMountOptions 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 or sets the mount options that the file system requests from FSKit.
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual FSKit.FSMountOptions RequestedMountOptions { [Foundation.Export("requestedMountOptions", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] get; [Foundation.Export("setRequestedMountOptions:", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] set; }
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("requestedMountOptions", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)>]
[<set: Foundation.Export("setRequestedMountOptions:", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)>]
member this.RequestedMountOptions : FSKit.FSMountOptions with get, set
Property Value
- Attributes
Remarks
FSKit reads this value after the volume replies to the Mount(FSTaskOptions, FSVolumeOperationsMountHandler) call. Changing the returned value during the runtime of the volume has no effect.