Język

ServiceDocument Konstruktory

Definicja

Tworzy nowe wystąpienie ServiceDocument klasy.

Przeciążenia

Nazwa Opis
ServiceDocument()

Tworzy nowe wystąpienie ServiceDocument klasy.

ServiceDocument(IEnumerable<Workspace>)

Tworzy nowe wystąpienie ServiceDocument klasy, inicjując je przy użyciu określonej kolekcji Workspace wystąpień.

ServiceDocument()

Źródło:
ServiceDocument.cs
Źródło:
ServiceDocument.cs
Źródło:
ServiceDocument.cs
Źródło:
ServiceDocument.cs

Tworzy nowe wystąpienie ServiceDocument klasy.

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

Dotyczy

ServiceDocument(IEnumerable<Workspace>)

Źródło:
ServiceDocument.cs
Źródło:
ServiceDocument.cs
Źródło:
ServiceDocument.cs
Źródło:
ServiceDocument.cs

Tworzy nowe wystąpienie ServiceDocument klasy, inicjując je przy użyciu określonej kolekcji Workspace wystąpień.

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))

Parametry

workspaces
IEnumerable<Workspace>

Kolekcja obszarów roboczych.

Dotyczy