다음을 통해 공유


IAttachedCollectionService.GetOrCreateCollectionSource(Object, String) 메서드

정의

지정된 항목에서 지정된 관계에 대해 연결된 컬렉션을 나타내는 IAttachedCollectionSource instance 가져오거나 만듭니다.

public:
 Microsoft::VisualStudio::Shell::IAttachedCollectionSource ^ GetOrCreateCollectionSource(System::Object ^ item, System::String ^ relationshipName);
public:
 Microsoft::VisualStudio::Shell::IAttachedCollectionSource ^ GetOrCreateCollectionSource(Platform::Object ^ item, Platform::String ^ relationshipName);
Microsoft::VisualStudio::Shell::IAttachedCollectionSource GetOrCreateCollectionSource(winrt::Windows::Foundation::IInspectable const & item, std::wstring const & relationshipName);
public Microsoft.VisualStudio.Shell.IAttachedCollectionSource GetOrCreateCollectionSource (object item, string relationshipName);
abstract member GetOrCreateCollectionSource : obj * string -> Microsoft.VisualStudio.Shell.IAttachedCollectionSource
Public Function GetOrCreateCollectionSource (item As Object, relationshipName As String) As IAttachedCollectionSource

매개 변수

item
Object

연결된 컬렉션을 가져올 항목입니다.

relationshipName
String

가져올 또는 만들 연결된 컬렉션을 설명하는 관계 이름입니다.

반환

연결된 컬렉션을 나타내는 IAttachedCollectionSource instance.

설명

구체적인 예제의 경우 "기본 형식"으로 식별되는 관계에 대해 "Class" 형식의 항목은 Items 속성에 항목의 기본 형식이 포함된 IAttachedCollectionSource를 생성합니다.

적용 대상