CompiledDataContext Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Инициализирует новый экземпляр класса CompiledDataContext.
Перегрузки
CompiledDataContext(IList<Location>) |
Инициализирует новый экземпляр класса CompiledDataContext, используя расположения. |
CompiledDataContext(IList<LocationReference>) |
Инициализирует новый экземпляр класса CompiledDataContext, используя ссылки на расположение. |
CompiledDataContext(IList<LocationReference>, ActivityContext) |
Инициализирует новый экземпляр класса CompiledDataContext, используя ссылки расположения и контекст действия. |
CompiledDataContext(IList<Location>)
Инициализирует новый экземпляр класса CompiledDataContext, используя расположения.
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))
Параметры
Применяется к
CompiledDataContext(IList<LocationReference>)
Инициализирует новый экземпляр класса CompiledDataContext, используя ссылки на расположение.
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))
Параметры
- locationReferences
- IList<LocationReference>
Ссылки на расположения.
Применяется к
CompiledDataContext(IList<LocationReference>, ActivityContext)
Инициализирует новый экземпляр класса CompiledDataContext, используя ссылки расположения и контекст действия.
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)
Параметры
- locationReferences
- IList<LocationReference>
Ссылки на расположения.
- activityContext
- ActivityContext
Контекст действия.