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)

プロパティ値

ワークスペースに関連付けられているコレクション。

適用対象