Aracılığıyla paylaş


CompiledDataContext Oluşturucular

Tanım

CompiledDataContext sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

CompiledDataContext(IList<Location>)

Konumları kullanarak sınıfının yeni bir örneğini CompiledDataContext başlatır.

CompiledDataContext(IList<LocationReference>)

Konum başvurularını kullanarak sınıfının yeni bir örneğini CompiledDataContext başlatır.

CompiledDataContext(IList<LocationReference>, ActivityContext)

Konum başvurularını ve etkinlik bağlamını CompiledDataContext kullanarak sınıfının yeni bir örneğini başlatır.

CompiledDataContext(IList<Location>)

Konumları kullanarak sınıfının yeni bir örneğini CompiledDataContext 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

locations
IList<Location>

Konumlar.

Şunlara uygulanır

CompiledDataContext(IList<LocationReference>)

Konum başvurularını kullanarak sınıfının yeni bir örneğini CompiledDataContext 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ı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ı.

Şunlara uygulanır