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
CompiledDataContext(IList<Location>) |
Initialisiert eine neue Instanz der CompiledDataContext-Klasse unter Verwendung der Position. |
CompiledDataContext(IList<LocationReference>) |
Initialisiert eine neue Instanz der CompiledDataContext-Klasse unter Verwendung des Positionsverweises. |
CompiledDataContext(IList<LocationReference>, ActivityContext) |
Initialisiert eine neue Instanz der CompiledDataContext-Klasse unter Verwendung des Positionsverweises und des Aktivitätskontexts. |
CompiledDataContext(IList<Location>)
Initialisiert eine neue Instanz der CompiledDataContext-Klasse unter Verwendung der Position.
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 CompiledDataContext-Klasse unter Verwendung des Positionsverweises.
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>
Der Speicherortverweis.
Gilt für:
CompiledDataContext(IList<LocationReference>, ActivityContext)
Initialisiert eine neue Instanz der CompiledDataContext-Klasse unter Verwendung des Positionsverweises 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>
Der Speicherortverweis.
- activityContext
- ActivityContext
Der Aktivitätskontext.