CompiledDataContext Konstruktorer
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Initierar en ny instans av CompiledDataContext klassen.
Överlagringar
| Name | Description |
|---|---|
| CompiledDataContext(IList<Location>) |
Initierar en ny instans av klassen med hjälp av CompiledDataContext platserna. |
| CompiledDataContext(IList<LocationReference>) |
Initierar en ny instans av klassen med hjälp av CompiledDataContext platsreferenserna. |
| CompiledDataContext(IList<LocationReference>, ActivityContext) |
Initierar en ny instans av klassen med hjälp av CompiledDataContext platsreferenser och aktivitetskontext. |
CompiledDataContext(IList<Location>)
Initierar en ny instans av klassen med hjälp av CompiledDataContext platserna.
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))
Parametrar
Gäller för
CompiledDataContext(IList<LocationReference>)
Initierar en ny instans av klassen med hjälp av CompiledDataContext platsreferenserna.
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))
Parametrar
- locationReferences
- IList<LocationReference>
Platsreferenserna.
Gäller för
CompiledDataContext(IList<LocationReference>, ActivityContext)
Initierar en ny instans av klassen med hjälp av CompiledDataContext platsreferenser och aktivitetskontext.
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)
Parametrar
- locationReferences
- IList<LocationReference>
Platsreferenserna.
- activityContext
- ActivityContext
Aktivitetskontexten.