PHCollectionListChangeRequest.RemoveChildCollections Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
RemoveChildCollections(NSIndexSet) | |
RemoveChildCollections(PHCollection[]) |
RemoveChildCollections(NSIndexSet)
[Foundation.Export("removeChildCollectionsAtIndexes:")]
public virtual void RemoveChildCollections (Foundation.NSIndexSet indexes);
abstract member RemoveChildCollections : Foundation.NSIndexSet -> unit
override this.RemoveChildCollections : Foundation.NSIndexSet -> unit
Parâmetros
- indexes
- NSIndexSet
- Atributos
Aplica-se a
RemoveChildCollections(PHCollection[])
[Foundation.Export("removeChildCollections:")]
public virtual void RemoveChildCollections (Photos.PHCollection[] collections);
abstract member RemoveChildCollections : Photos.PHCollection[] -> unit
override this.RemoveChildCollections : Photos.PHCollection[] -> unit
Parâmetros
- collections
- PHCollection[]
- Atributos