CompiledDataContext コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
アクティビティ コンテキスト。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET