Sdílet prostřednictvím


Workspace Konstruktory

Definice

Vytvoří novou instanci Workspace typu.

Přetížení

Workspace()

Vytvoří novou instanci třídy Workspace.

Workspace(TextSyndicationContent, IEnumerable<ResourceCollectionInfo>)

Vytvoří novou instanci Workspace třídy a inicializuje ji zadaným názvem a kolekcí.

Workspace(String, IEnumerable<ResourceCollectionInfo>)

Vytvoří novou instanci Workspace třídy a inicializuje ji zadaným názvem a kolekcí.

Workspace()

Vytvoří novou instanci třídy Workspace.

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

Platí pro

Workspace(TextSyndicationContent, IEnumerable<ResourceCollectionInfo>)

Vytvoří novou instanci Workspace třídy a inicializuje ji zadaným názvem a kolekcí.

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

Parametry

title
TextSyndicationContent

Název pracovního prostoru.

collections
IEnumerable<ResourceCollectionInfo>

Kolekce, která pracovní prostor obsahuje.

Platí pro

Workspace(String, IEnumerable<ResourceCollectionInfo>)

Vytvoří novou instanci Workspace třídy a inicializuje ji zadaným názvem a kolekcí.

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

Parametry

title
String

Název pracovního prostoru.

collections
IEnumerable<ResourceCollectionInfo>

Kolekce, která pracovní prostor obsahuje.

Platí pro