次の方法で共有


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))

パラメーター

locations
IList<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

アクティビティ コンテキスト。

適用対象