ServiceDocument Construtores

Definição

Cria uma nova instância da classe ServiceDocument.Creates a new instance of the ServiceDocument class.

Sobrecargas

ServiceDocument()

Cria uma nova instância da classe ServiceDocument.Creates a new instance of the ServiceDocument class.

ServiceDocument(IEnumerable<Workspace>)

Cria uma nova instância da classe ServiceDocument, inicializando-a com a coleção de instâncias de Workspace especificada.Creates a new instance of the ServiceDocument class, initializing it with the specified collection of Workspace instances.

ServiceDocument()

Cria uma nova instância da classe ServiceDocument.Creates a new instance of the ServiceDocument class.

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

Aplica-se a

ServiceDocument(IEnumerable<Workspace>)

Cria uma nova instância da classe ServiceDocument, inicializando-a com a coleção de instâncias de Workspace especificada.Creates a new instance of the ServiceDocument class, initializing it with the specified collection of Workspace instances.

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

Parâmetros

workspaces
IEnumerable<Workspace>

Uma coleção de workspaces.A collection of workspaces.

Aplica-se a