共用方式為


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)

屬性值

與工作區相關聯的集合。

適用於