次の方法で共有


IAttachedCollectionService インターフェイス

定義

既知のリレーションシップに基づいてアイテムの添付コレクションを取得でき、アイテムでサポートされているリレーションシップを列挙できるサービスを表します。

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

メソッド

GetOrCreateCollectionSource(Object, String)

指定された項目の特定のリレーションシップの添付コレクションを表す IAttachedCollectionSource インスタンスを取得または作成します。

GetRelationship(Object, String)

リレーションシップの名前を指定すると、リレーションシップのローカライズ可能な説明を含む IAttachedRelationship が返されます。

GetRelationships(Object)

特定のアイテムでサポートされているリレーションシップのセットを取得します。

適用対象