共用方式為


Workspace 建構函式

定義

建立 Workspace 型別的新執行個體。

多載

Workspace()

建立 Workspace 類別的新執行個體。

Workspace(TextSyndicationContent, IEnumerable<ResourceCollectionInfo>)

建立 Workspace 類別的新執行個體,並使用指定的標題和集合來初始化這個執行個體。

Workspace(String, IEnumerable<ResourceCollectionInfo>)

建立 Workspace 類別的新執行個體,並使用指定的標題和集合來初始化這個執行個體。

Workspace()

來源:
Workspace.cs
來源:
Workspace.cs
來源:
Workspace.cs
來源:
Workspace.cs
來源:
Workspace.cs

建立 Workspace 類別的新執行個體。

public:
 Workspace();
public Workspace ();
Public Sub New ()

適用於

Workspace(TextSyndicationContent, IEnumerable<ResourceCollectionInfo>)

來源:
Workspace.cs
來源:
Workspace.cs
來源:
Workspace.cs
來源:
Workspace.cs
來源:
Workspace.cs

建立 Workspace 類別的新執行個體,並使用指定的標題和集合來初始化這個執行個體。

public:
 Workspace(System::ServiceModel::Syndication::TextSyndicationContent ^ title, System::Collections::Generic::IEnumerable<System::ServiceModel::Syndication::ResourceCollectionInfo ^> ^ collections);
public Workspace (System.ServiceModel.Syndication.TextSyndicationContent title, System.Collections.Generic.IEnumerable<System.ServiceModel.Syndication.ResourceCollectionInfo> collections);
new System.ServiceModel.Syndication.Workspace : System.ServiceModel.Syndication.TextSyndicationContent * seq<System.ServiceModel.Syndication.ResourceCollectionInfo> -> System.ServiceModel.Syndication.Workspace
Public Sub New (title As TextSyndicationContent, collections As IEnumerable(Of ResourceCollectionInfo))

參數

title
TextSyndicationContent

工作區的標題。

collections
IEnumerable<ResourceCollectionInfo>

工作區包含的集合。

適用於

Workspace(String, IEnumerable<ResourceCollectionInfo>)

來源:
Workspace.cs
來源:
Workspace.cs
來源:
Workspace.cs
來源:
Workspace.cs
來源:
Workspace.cs

建立 Workspace 類別的新執行個體,並使用指定的標題和集合來初始化這個執行個體。

public:
 Workspace(System::String ^ title, System::Collections::Generic::IEnumerable<System::ServiceModel::Syndication::ResourceCollectionInfo ^> ^ collections);
public Workspace (string title, System.Collections.Generic.IEnumerable<System.ServiceModel.Syndication.ResourceCollectionInfo> collections);
new System.ServiceModel.Syndication.Workspace : string * seq<System.ServiceModel.Syndication.ResourceCollectionInfo> -> System.ServiceModel.Syndication.Workspace
Public Sub New (title As String, collections As IEnumerable(Of ResourceCollectionInfo))

參數

title
String

工作區標題。

collections
IEnumerable<ResourceCollectionInfo>

工作區包含的集合。

適用於