ServiceDocument コンストラクター

定義

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

オーバーロード

ServiceDocument()

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

ServiceDocument(IEnumerable<Workspace>)

ServiceDocument クラスの新しいインスタンスを作成し、これを、Workspace インスタンスの指定されたコレクションで初期化します。

ServiceDocument()

ソース:
ServiceDocument.cs
ソース:
ServiceDocument.cs
ソース:
ServiceDocument.cs
ソース:
ServiceDocument.cs

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

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

適用対象

ServiceDocument(IEnumerable<Workspace>)

ソース:
ServiceDocument.cs
ソース:
ServiceDocument.cs
ソース:
ServiceDocument.cs
ソース:
ServiceDocument.cs

ServiceDocument クラスの新しいインスタンスを作成し、これを、Workspace インスタンスの指定されたコレクションで初期化します。

public:
 ServiceDocument(System::Collections::Generic::IEnumerable<System::ServiceModel::Syndication::Workspace ^> ^ workspaces);
public ServiceDocument (System.Collections.Generic.IEnumerable<System.ServiceModel.Syndication.Workspace> workspaces);
new System.ServiceModel.Syndication.ServiceDocument : seq<System.ServiceModel.Syndication.Workspace> -> System.ServiceModel.Syndication.ServiceDocument
Public Sub New (workspaces As IEnumerable(Of Workspace))

パラメーター

workspaces
IEnumerable<Workspace>

ワークスペースのコレクション。

適用対象