Share via


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)

属性值

与工作区关联的集合。

适用于