다음을 통해 공유


Workspace.Collections 속성

정의

작업 영역과 연결된 컬렉션을 가져옵니다.

public:
 property System::Collections::ObjectModel::Collection<System::ServiceModel::Syndication::ResourceCollectionInfo ^> ^ Collections { System::Collections::ObjectModel::Collection<System::ServiceModel::Syndication::ResourceCollectionInfo ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.ServiceModel.Syndication.ResourceCollectionInfo> Collections { get; }
member this.Collections : System.Collections.ObjectModel.Collection<System.ServiceModel.Syndication.ResourceCollectionInfo>
Public ReadOnly Property Collections As Collection(Of ResourceCollectionInfo)

속성 값

Collection<ResourceCollectionInfo>

작업 영역과 연결된 컬렉션입니다.

적용 대상