Workspace コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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>
ワークスペースに含まれているコレクション。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET