다음을 통해 공유


ServiceDocument.Workspaces 속성

정의

서비스 문서에 포함된 작업 영역 컬렉션을 가져옵니다.

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

속성 값

Collection<Workspace>

작업 영역 컬렉션입니다.

적용 대상