Compartir a través de


IAttachedCollectionService Interfaz

Definición

Representa un servicio que puede obtener colecciones adjuntas para un elemento en función de una relación conocida y que puede enumerar las relaciones admitidas para un elemento.

public interface class IAttachedCollectionService
public interface class IAttachedCollectionService
__interface IAttachedCollectionService
public interface IAttachedCollectionService
type IAttachedCollectionService = interface
Public Interface IAttachedCollectionService

Métodos

GetOrCreateCollectionSource(Object, String)

Obtiene o crea una instancia IAttachedCollectionSource que representa una colección adjunta para la relación especificada en el elemento especificado.

GetRelationship(Object, String)

Dado un nombre para una relación, devuelve un IAttachedRelationship que contiene una descripción localizable de la relación.

GetRelationships(Object)

Obtiene el conjunto de relaciones admitidas para un elemento determinado.

Se aplica a