NSFileWrapper.KeyForFileWrapper(NSFileWrapper) 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.
The dictionary key used by this directory file wrapper to identify the specified child. Returns null if the child is not present. If this is not a directory file wrapper, throws an exception.
[Foundation.Export("keyForFileWrapper:")]
public virtual string KeyForFileWrapper (Foundation.NSFileWrapper child);
abstract member KeyForFileWrapper : Foundation.NSFileWrapper -> string
override this.KeyForFileWrapper : Foundation.NSFileWrapper -> string
Parameters
- child
- NSFileWrapper
Returns
- Attributes