CompiledDataContext Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue Instanz der CompiledDataContext-Klasse.
Überlädt
| Name | Beschreibung |
|---|---|
| CompiledDataContext(IList<Location>) |
Initialisiert eine neue Instanz der Klasse mithilfe der CompiledDataContext Speicherorte. |
| CompiledDataContext(IList<LocationReference>) |
Initialisiert eine neue Instanz der Klasse mithilfe der CompiledDataContext Speicherortverweise. |
| CompiledDataContext(IList<LocationReference>, ActivityContext) |
Initialisiert eine neue Instanz der CompiledDataContext Klasse mithilfe der Standortverweise und des Aktivitätskontexts. |
CompiledDataContext(IList<Location>)
Initialisiert eine neue Instanz der Klasse mithilfe der CompiledDataContext Speicherorte.
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))
Parameter
Gilt für:
CompiledDataContext(IList<LocationReference>)
Initialisiert eine neue Instanz der Klasse mithilfe der CompiledDataContext Speicherortverweise.
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))
Parameter
- locationReferences
- IList<LocationReference>
Die Speicherortverweise.
Gilt für:
CompiledDataContext(IList<LocationReference>, ActivityContext)
Initialisiert eine neue Instanz der CompiledDataContext Klasse mithilfe der Standortverweise und des Aktivitätskontexts.
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)
Parameter
- locationReferences
- IList<LocationReference>
Die Speicherortverweise.
- activityContext
- ActivityContext
Der Aktivitätskontext.