IAttachedCollectionService.GetOrCreateCollectionSource(Object, String) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 항목에서 지정된 관계에 대해 연결된 컬렉션을 나타내는 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를 생성합니다.