Udostępnij za pośrednictwem


CompiledDataContext Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy CompiledDataContext.

Przeciążenia

CompiledDataContext(IList<Location>)

Inicjuje CompiledDataContext nowe wystąpienie klasy przy użyciu lokalizacji.

CompiledDataContext(IList<LocationReference>)

Inicjuje CompiledDataContext nowe wystąpienie klasy przy użyciu odwołań do lokalizacji.

CompiledDataContext(IList<LocationReference>, ActivityContext)

Inicjuje CompiledDataContext nowe wystąpienie klasy przy użyciu odwołań do lokalizacji i kontekstu działania.

CompiledDataContext(IList<Location>)

Inicjuje CompiledDataContext nowe wystąpienie klasy przy użyciu lokalizacji.

protected:
 CompiledDataContext(System::Collections::Generic::IList<System::Activities::Location ^> ^ locations);
protected CompiledDataContext (System.Collections.Generic.IList<System.Activities.Location> locations);
new System.Activities.XamlIntegration.CompiledDataContext : System.Collections.Generic.IList<System.Activities.Location> -> System.Activities.XamlIntegration.CompiledDataContext
Protected Sub New (locations As IList(Of Location))

Parametry

locations
IList<Location>

Lokalizacje.

Dotyczy

CompiledDataContext(IList<LocationReference>)

Inicjuje CompiledDataContext nowe wystąpienie klasy przy użyciu odwołań do lokalizacji.

protected:
 CompiledDataContext(System::Collections::Generic::IList<System::Activities::LocationReference ^> ^ locationReferences);
protected CompiledDataContext (System.Collections.Generic.IList<System.Activities.LocationReference> locationReferences);
new System.Activities.XamlIntegration.CompiledDataContext : System.Collections.Generic.IList<System.Activities.LocationReference> -> System.Activities.XamlIntegration.CompiledDataContext
Protected Sub New (locationReferences As IList(Of LocationReference))

Parametry

locationReferences
IList<LocationReference>

Odwołania do lokalizacji.

Dotyczy

CompiledDataContext(IList<LocationReference>, ActivityContext)

Inicjuje CompiledDataContext nowe wystąpienie klasy przy użyciu odwołań do lokalizacji i kontekstu działania.

protected:
 CompiledDataContext(System::Collections::Generic::IList<System::Activities::LocationReference ^> ^ locationReferences, System::Activities::ActivityContext ^ activityContext);
protected CompiledDataContext (System.Collections.Generic.IList<System.Activities.LocationReference> locationReferences, System.Activities.ActivityContext activityContext);
new System.Activities.XamlIntegration.CompiledDataContext : System.Collections.Generic.IList<System.Activities.LocationReference> * System.Activities.ActivityContext -> System.Activities.XamlIntegration.CompiledDataContext
Protected Sub New (locationReferences As IList(Of LocationReference), activityContext As ActivityContext)

Parametry

locationReferences
IList<LocationReference>

Odwołania do lokalizacji.

activityContext
ActivityContext

Kontekst działania.

Dotyczy