次の方法で共有


IAttachedCollectionSourceProvider.GetRelationships(Object) メソッド

定義

特定のオブジェクトについて、このプロバイダーが認識している可能性のあるリレーションシップ コレクションを列挙します。

public:
 System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Shell::IAttachedRelationship ^> ^ GetRelationships(System::Object ^ item);
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Shell.IAttachedRelationship> GetRelationships (object item);
abstract member GetRelationships : obj -> seq<Microsoft.VisualStudio.Shell.IAttachedRelationship>
Public Function GetRelationships (item As Object) As IEnumerable(Of IAttachedRelationship)

パラメーター

item
Object

可能なリレーションシップを列挙する対象のアイテム。

戻り値

リレーションシップの列挙可能な 。

適用対象