CompiledDataContext Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
CompiledDataContext sınıfının yeni bir örneğini başlatır.
Aşırı Yüklemeler
| Name | Description |
|---|---|
| CompiledDataContext(IList<Location>) |
Konumları kullanarak sınıfın CompiledDataContext yeni bir örneğini başlatır. |
| CompiledDataContext(IList<LocationReference>) |
Konum başvurularını kullanarak sınıfın CompiledDataContext yeni bir örneğini başlatır. |
| CompiledDataContext(IList<LocationReference>, ActivityContext) |
Konum başvurularını ve etkinlik bağlamını CompiledDataContext kullanarak sınıfın yeni bir örneğini başlatır. |
CompiledDataContext(IList<Location>)
Konumları kullanarak sınıfın CompiledDataContext yeni bir örneğini başlatır.
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))
Parametreler
Şunlara uygulanır
CompiledDataContext(IList<LocationReference>)
Konum başvurularını kullanarak sınıfın CompiledDataContext yeni bir örneğini başlatır.
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))
Parametreler
- locationReferences
- IList<LocationReference>
Konum başvurur.
Şunlara uygulanır
CompiledDataContext(IList<LocationReference>, ActivityContext)
Konum başvurularını ve etkinlik bağlamını CompiledDataContext kullanarak sınıfın yeni bir örneğini başlatır.
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)
Parametreler
- locationReferences
- IList<LocationReference>
Konum başvurur.
- activityContext
- ActivityContext
Etkinlik bağlamı.