Share via


Workspace コンストラクター

定義

Workspace 型の新しいインスタンスを作成します。

オーバーロード

Workspace()

Workspace クラスの新しいインスタンスを作成します。

Workspace(TextSyndicationContent, IEnumerable<ResourceCollectionInfo>)

Workspace クラスの新しいインスタンスを作成し、指定されたタイトルとコレクションを使用して初期化します。

Workspace(String, IEnumerable<ResourceCollectionInfo>)

Workspace クラスの新しいインスタンスを作成し、指定されたタイトルとコレクションを使用して初期化します。

Workspace()

ソース:
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 クラスの新しいインスタンスを作成し、指定されたタイトルとコレクションを使用して初期化します。

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 クラスの新しいインスタンスを作成し、指定されたタイトルとコレクションを使用して初期化します。

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>

ワークスペースに含まれているコレクション。

適用対象