diff --git a/docs/core/migration/index.md b/docs/core/migration/index.md index dba3963a893..8d2b276bbeb 100644 --- a/docs/core/migration/index.md +++ b/docs/core/migration/index.md @@ -1,15 +1,15 @@ --- -title: .NET Core の csproj 形式への移行 -description: .NET Core project.json から csproj への移行 -author: blackdwarf -ms.author: mairaw -ms.date: 07/19/2017 -ms.openlocfilehash: e3b788aa3dd6601e80773b8dc78942fc70fea9a9 -ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d -ms.translationtype: HT -ms.contentlocale: ja-JP -ms.lasthandoff: 05/04/2018 -ms.locfileid: "33217182" +title: .NET Core の csproj 形式への移行 +description: .NET Core project.json から csproj への移行 +author: blackdwarf +ms.author: mairaw +ms.date: 07/19/2017 +ms.openlocfilehash: da1995ed3b77cb802d1f3d04e6d741809de20927 +ms.sourcegitcommit: 3c1c3ba79895335ff3737934e39372555ca7d6d0 +ms.translationtype: HT +ms.contentlocale: ja-JP +ms.lasthandoff: 09/05/2018 +ms.locfileid: "43744814" --- # .NET Core プロジェクトから .csproj 形式への移行 @@ -20,34 +20,39 @@ ms.locfileid: "33217182" 3. [RC3 と以前の .NET Core csproj プロジェクトから最終形式への移行](#migration-from-earlier-net-core-csproj-formats-to-rtm-csproj) ## project.json から csproj への移行 + *project.json* から *.csproj* への移行は、次のいずれかの方法で実行できます。 - [Visual Studio 2017](#visual-studio-2017) - [dotnet 移行コマンドライン ツール](#dotnet-migrate) - + いずれの方法も、同じ基本エンジンを使用してプロジェクトを移行するので、両方の結果は同じです。 ほとんどの場合、2 つの方法のいずれかを使用して *project.json* を *csproj* に移行するだけで完了します。プロジェクト ファイルをさらに手動で編集する必要はありません。 結果の *.csproj* ファイルには、格納しているディレクトリ名と同じ名前が付けられます。 ### Visual Studio 2017 -*.xproj* ファイルまたは *.xproj* ファイルを参照するソリューションを開くと、**[一方向のアップグレード]** ダイアログが表示されます。 このダイアログには、移行されるプロジェクトが表示されます。 ソリューション ファイルを開くと、ソリューション ファイルに指定されているすべてのプロジェクトが表示されます。 移行されるプロジェクトの一覧を確認し、**[OK]** を選択します。 +*.xproj* ファイルまたは *.xproj* ファイルを参照するソリューションを開くと、**[一方向のアップグレード]** ダイアログが表示されます。 このダイアログには、移行されるプロジェクトが表示されます。 +ソリューション ファイルを開くと、ソリューション ファイルに指定されているすべてのプロジェクトが表示されます。 移行されるプロジェクトの一覧を確認し、**[OK]** を選択します。 ![移行されるプロジェクトの一覧が表示された [一方向のアップグレード] ダイアログ](media/one-way-upgrade.jpg) Visual Studio では、選択したプロジェクトが自動的に移行されます。 すべてのプロジェクトを選択していない状態でソリューションを移行すると、同じダイアログが開き、そのソリューションの残りのプロジェクトをアップグレードすることを確認するメッセージが表示されます。 プロジェクトが移行されたら、**ソリューション エクスプローラー** ウィンドウでプロジェクトを右クリックして、**[編集 \<プロジェクト名.csproj]** を選択し、そのコンテンツを表示して変更することができます。 -移行されたファイル (*project.json*、*global.json*、*.xproj*、およびソリューション ファイル) は *Backup* フォルダーに移動されます。 移行されるソリューション ファイルは Visual Studio 2017 にアップグレードされ、以前のバージョンの Visual Studio ではそのソリューション ファイルを開くことができなくなります。 移行レポートを含む *UpgradeLog.htm* というファイルも保存され、自動的に開かれます。 +移行されたファイル (*project.json*、*global.json*、*.xproj*、およびソリューション ファイル) は *Backup* フォルダーに移動されます。 移行されるソリューション ファイルは Visual Studio 2017 にアップグレードされ、以前のバージョンの Visual Studio ではそのソリューション ファイルを開くことができなくなります。 +移行レポートを含む *UpgradeLog.htm* というファイルも保存され、自動的に開かれます。 > [!IMPORTANT] > 新しいツールは Visual Studio 2015 で使用できないので、Visual Studio 2015 を使用してプロジェクトを移行できません。 ### dotnet の移行 -コマンドラインのシナリオでは、[`dotnet migrate`](../tools/dotnet-migrate.md) コマンドを使用できます。 検出されたものに応じて、プロジェクト、ソリューション、または一連のフォルダーの順に移行されます。 プロジェクトを移行すると、プロジェクトとそのすべての依存ファイルが移行されます。 +コマンドラインのシナリオでは、[`dotnet migrate`](../tools/dotnet-migrate.md) コマンドを使用できます。 検出されたものに応じて、プロジェクト、ソリューション、または一連のフォルダーの順に移行されます。 +プロジェクトを移行すると、プロジェクトとそのすべての依存ファイルが移行されます。 移行されたファイル (*project.json*、*global.json*、および *.xproj*) は *Backup* フォルダーに移動されます。 > [!NOTE] -> Visual Studio コードを使用している場合、`dotnet migrate` コマンドを実行しても、`tasks.json` などの Visual Studio コード固有のファイルは変更されません。 これらのファイルは手動で変更する必要があります。 これは、Project Ryder などのエディターや、Visual Studio ではない統合開発環境 (IDE) を使用している場合にも該当します。 +> Visual Studio コードを使用している場合、`dotnet migrate` コマンドを実行しても、`tasks.json` などの Visual Studio コード固有のファイルは変更されません。 これらのファイルは手動で変更する必要があります。 +> これは、Project Ryder などのエディターや、Visual Studio ではない統合開発環境 (IDE) を使用している場合にも該当します。 project.json および csproj 形式の比較については、「[project.json プロパティと csproj プロパティの間のマッピング](../tools/project-json-to-csproj.md)」を参照してください。 @@ -59,28 +64,31 @@ project.json および csproj 形式の比較については、「[project.json カレント ディレクトリまたは親ディレクトリに *global.json* ファイルがあり、`sdk` バージョンが古いバージョンに設定されている場合にこのエラーが発生します。 ## DNX から csproj への移行 + .NET Core 開発にまだ DNX を使用している場合、移行プロセスは次の 2 段階で実行する必要があります。 1. [既存の DNX 移行ガイダンス](from-dnx.md)を使用して DNX から project-json 対応の CLI に移行します。 2. 前のセクションの手順に従って、*project.json* から *.csproj* に移行します。 > [!NOTE] -> Preview 1 リリースの .NET Core CLI で、DNX は公式に非推奨になりました。 +> Preview 1 リリースの .NET Core CLI で、DNX は公式に非推奨になりました。 ## 以前の .NET Core csproj 形式から RTM csproj への移行 + .NET Core csproj 形式は、ツールの新しいプレリリース バージョンごとに変化し、進化しています。 以前のバージョンの csproj から最新バージョンにプロジェクト ファイルを移行するツールはないため、プロジェクト ファイルを手動で編集する必要があります。 実際の手順は、移行するプロジェクト ファイルのバージョンによって異なります。 バージョン間で加えられた変更内容に基づいて、考慮する必要があるガイダンスの一部を次に示します。 -* `` 要素からツールのバージョン プロパティを削除します (存在する場合)。 +* `` 要素からツールのバージョン プロパティを削除します (存在する場合)。 * `` 要素から XML 名前空間 (`xmlns`) を削除します。 * 存在しない場合は、`` 要素に `Sdk` 属性を追加し、`Microsoft.NET.Sdk` または `Microsoft.NET.Sdk.Web` に設定します。 この属性は、プロジェクトが SDK を使用することを指定するために使用します。 `Microsoft.NET.Sdk.Web` は Web アプリに使用されます。 -* プロジェクトの一番上と一番下から `` および `` ステートメントを削除します。 これらの import ステートメントは SDK で暗黙的に指定されているので、プロジェクトに含める必要はありません。 -* プロジェクトに `Microsoft.NETCore.App` または `NETStandard.Library` `` アイテムがある場合は削除することをお勧めします。 これらのパッケージ参照は、[SDK で暗黙的に指定されています](https://aka.ms/sdkimplicitrefs)。 -* `Microsoft.NET.Sdk` `` 要素がある場合は削除します。 SDK の参照は、`` 要素の `Sdk` 属性によって行われます。 -* [SDK で暗黙的に指定](../tools/csproj.md#default-compilation-includes-in-net-core-projects)されている [glob](https://en.wikipedia.org/wiki/Glob_(programming)) を削除します。 プロジェクトにこれらの glob を残すと、コンパイル アイテムが重複するため、ビルド時にエラーが発生します。 +* プロジェクトの一番上と一番下から `` および `` ステートメントを削除します。 これらの import ステートメントは SDK で暗黙的に指定されているので、プロジェクトに含める必要はありません。 +* プロジェクトに `Microsoft.NETCore.App` または `NETStandard.Library` `` アイテムがある場合は削除することをお勧めします。 これらのパッケージ参照は、[SDK で暗黙的に指定されています](https://aka.ms/sdkimplicitrefs)。 +* `Microsoft.NET.Sdk` `` 要素がある場合は削除します。 SDK の参照は、`` 要素の `Sdk` 属性によって行われます。 +* [SDK で暗黙的に指定](../tools/csproj.md#default-compilation-includes-in-net-core-projects)されている [glob](https://en.wikipedia.org/wiki/Glob_(programming)) を削除します。 プロジェクトにこれらの glob を残すと、コンパイル アイテムが重複するため、ビルド時にエラーが発生します。 -これらの手順を実行すると、RTM .NET Core csproj 形式と完全に互換性のあるプロジェクトになります。 +これらの手順を実行すると、RTM .NET Core csproj 形式と完全に互換性のあるプロジェクトになります。 古い csproj 形式から新しい形式に移行する前と後の例については、.NET ブログの記事「[Updating Visual Studio 2017 RC – .NET Core Tooling improvements](https://blogs.msdn.microsoft.com/dotnet/2016/12/12/updating-visual-studio-2017-rc-net-core-tooling-improvements/)」 (Visual Studio 2017 RC の更新 - .NET Core ツールの改善) を参照してください。 ## 関連項目 -[Visual Studio プロジェクトのポート、移行、アップグレード](/visualstudio/porting/port-migrate-and-upgrade-visual-studio-projects) + +- [Visual Studio プロジェクトのポート、移行、アップグレード](/visualstudio/porting/port-migrate-and-upgrade-visual-studio-projects) diff --git a/docs/core/tools/index.md b/docs/core/tools/index.md index 4ddd9112b17..72159bbd94e 100644 --- a/docs/core/tools/index.md +++ b/docs/core/tools/index.md @@ -5,11 +5,11 @@ author: mairaw ms.author: mairaw ms.date: 08/14/2017 ms.openlocfilehash: 0ef69f98171da98b50aae4cdd2f5f88f37ad0c63 -ms.sourcegitcommit: 2eceb05f1a5bb261291a1f6a91c5153727ac1c19 +ms.sourcegitcommit: 3c1c3ba79895335ff3737934e39372555ca7d6d0 ms.translationtype: HT ms.contentlocale: ja-JP -ms.lasthandoff: 09/05/2018 -ms.locfileid: "43724956" +ms.lasthandoff: 09/06/2018 +ms.locfileid: "43778881" --- # .NET Core コマンドライン インターフェイス (CLI) ツール diff --git a/docs/csharp/language-reference/compiler-messages/index.md b/docs/csharp/language-reference/compiler-messages/index.md index 4db5275e73c..12aafb4ed6f 100644 --- a/docs/csharp/language-reference/compiler-messages/index.md +++ b/docs/csharp/language-reference/compiler-messages/index.md @@ -7,11 +7,11 @@ helpviewer_keywords: - errors [C#] ms.assetid: 57262ab1-6c50-4f9c-81ad-9fba48477416 ms.openlocfilehash: 2edd47682223dd94fc8dd7448465613236e67e27 -ms.sourcegitcommit: 2eceb05f1a5bb261291a1f6a91c5153727ac1c19 +ms.sourcegitcommit: 3c1c3ba79895335ff3737934e39372555ca7d6d0 ms.translationtype: HT ms.contentlocale: ja-JP -ms.lasthandoff: 09/04/2018 -ms.locfileid: "43564626" +ms.lasthandoff: 09/05/2018 +ms.locfileid: "43738795" --- # C# コンパイラ エラー diff --git a/docs/csharp/language-reference/preprocessor-directives/index.md b/docs/csharp/language-reference/preprocessor-directives/index.md index dd56f73d5a8..b6a59fc4d91 100644 --- a/docs/csharp/language-reference/preprocessor-directives/index.md +++ b/docs/csharp/language-reference/preprocessor-directives/index.md @@ -8,11 +8,11 @@ helpviewer_keywords: - keywords [C#], preprocessor directives ms.assetid: f2406090-b244-4f7e-ab72-3698fefed724 ms.openlocfilehash: 1c0a97cabce347be0bc9367f3d090a1fc699db19 -ms.sourcegitcommit: 2eceb05f1a5bb261291a1f6a91c5153727ac1c19 +ms.sourcegitcommit: 3c1c3ba79895335ff3737934e39372555ca7d6d0 ms.translationtype: HT ms.contentlocale: ja-JP -ms.lasthandoff: 09/04/2018 -ms.locfileid: "43658835" +ms.lasthandoff: 09/05/2018 +ms.locfileid: "43779118" --- # C# プリプロセッサ ディレクティブ このセクションでは、次の C# プリプロセッサ ディレクティブについて説明します。 diff --git a/docs/csharp/language-reference/tokens/index.md b/docs/csharp/language-reference/tokens/index.md index 0731a293f5e..ae5e0871c17 100644 --- a/docs/csharp/language-reference/tokens/index.md +++ b/docs/csharp/language-reference/tokens/index.md @@ -13,11 +13,11 @@ ms.assetid: 4c5c0539-2e37-40b7-91ce-75af5aabd3f9 author: rpetrusha ms.author: ronpet ms.openlocfilehash: 7cc105b335069635791e9e558fe6f9a28eba8b60 -ms.sourcegitcommit: efff8f331fd9467f093f8ab8d23a203d6ecb5b60 +ms.sourcegitcommit: 3c1c3ba79895335ff3737934e39372555ca7d6d0 ms.translationtype: HT ms.contentlocale: ja-JP -ms.lasthandoff: 09/01/2018 -ms.locfileid: "43419939" +ms.lasthandoff: 09/05/2018 +ms.locfileid: "43787585" --- # C# の特殊文字 diff --git a/docs/csharp/programming-guide/concepts/assemblies-gac/index.md b/docs/csharp/programming-guide/concepts/assemblies-gac/index.md index 2de17a0dace..becae85d97f 100644 --- a/docs/csharp/programming-guide/concepts/assemblies-gac/index.md +++ b/docs/csharp/programming-guide/concepts/assemblies-gac/index.md @@ -3,11 +3,11 @@ title: アセンブリとグローバル アセンブリ キャッシュ (C#) ms.date: 07/20/2015 ms.assetid: 149f5ca5-5b34-4746-9542-1ae43b2d0256 ms.openlocfilehash: ed5ecff57035b4d3cf47f8325fe5c172180f9d40 -ms.sourcegitcommit: 2eceb05f1a5bb261291a1f6a91c5153727ac1c19 +ms.sourcegitcommit: 3c1c3ba79895335ff3737934e39372555ca7d6d0 ms.translationtype: HT ms.contentlocale: ja-JP -ms.lasthandoff: 09/04/2018 -ms.locfileid: "43534324" +ms.lasthandoff: 09/05/2018 +ms.locfileid: "43778387" --- # アセンブリとグローバル アセンブリ キャッシュ (C#) アセンブリは、.NET ベースのアプリケーションの配置、バージョン管理、再利用、アクティベーション スコープ、およびセキュリティ権限の基本単位です。 アセンブリは、実行可能 (.exe) ファイルまたはダイナミック リンク ライブラリ (.dll) ファイルの形を取る、.NET Framework の構成要素です。 それらは、型の実装に関して必要な情報を共通言語ランタイムに提供します。 アセンブリは、機能的な論理的な単位を形成し、連携して動作するように構築された、型とリソースのコレクションと考えることができます。 @@ -31,7 +31,7 @@ ms.locfileid: "43534324" - アセンブリの ID (名前とバージョン)。 -- アセンブリを構成するその他すべてのファイルについて記述するファイル テーブル。.exe または .dll ファイルが依存するアセンブリ、ビットマップ、Readme ファイルなどが含まれます。 +- アセンブリを構成するその他すべてのファイルについて記述するファイル テーブル。 .exe または .dll ファイルが依存するアセンブリ、ビットマップ、Readme ファイルなどが含まれます。 - "*アセンブリ参照リスト*"。これはすべての外部依存関係の一覧であり、アプリケーションが必要とする .dll ファイルやその他のファイルで、他の人物が作成している場合があるファイルです。 アセンブリ参照には、グローバルおよびプライベートの両方のオブジェクトへの参照が含まれます。 グローバル オブジェクトは、他のアプリケーションで使用できるグローバル アセンブリ キャッシュ内に存在します。 プライベート オブジェクトは、アプリケーションがインストールされているディレクトリと同じレベルまたはその下のディレクトリ内に存在する必要があります。 diff --git a/docs/csharp/programming-guide/concepts/serialization/index.md b/docs/csharp/programming-guide/concepts/serialization/index.md index c6c52a08b51..c43c5e4c579 100644 --- a/docs/csharp/programming-guide/concepts/serialization/index.md +++ b/docs/csharp/programming-guide/concepts/serialization/index.md @@ -1,12 +1,12 @@ --- -title: シリアル化 (C# ) -ms.date: 04/26/2018 -ms.openlocfilehash: 03a7cd2d48b79d94674e64e96130e20a86051fb2 -ms.sourcegitcommit: 88f251b08bf0718ce119f3d7302f514b74895038 -ms.translationtype: HT -ms.contentlocale: ja-JP -ms.lasthandoff: 05/10/2018 -ms.locfileid: "33957854" +title: シリアル化 (C#) +ms.date: 04/26/2018 +ms.openlocfilehash: 7d72be92e5568037264438e3fde1e7565366c962 +ms.sourcegitcommit: 3c1c3ba79895335ff3737934e39372555ca7d6d0 +ms.translationtype: HT +ms.contentlocale: ja-JP +ms.lasthandoff: 09/06/2018 +ms.locfileid: "43858318" --- # シリアル化 (C#) diff --git a/docs/csharp/programming-guide/delegates/index.md b/docs/csharp/programming-guide/delegates/index.md index 166fb8f6d92..e2146cafab9 100644 --- a/docs/csharp/programming-guide/delegates/index.md +++ b/docs/csharp/programming-guide/delegates/index.md @@ -6,11 +6,11 @@ helpviewer_keywords: - delegates [C#] ms.assetid: 97de039b-c76b-4b9c-a27d-8c1e1c8d93da ms.openlocfilehash: 3924d070ea012faf33f1d808b92b1328626ef567 -ms.sourcegitcommit: 2eceb05f1a5bb261291a1f6a91c5153727ac1c19 +ms.sourcegitcommit: 3c1c3ba79895335ff3737934e39372555ca7d6d0 ms.translationtype: HT ms.contentlocale: ja-JP -ms.lasthandoff: 09/04/2018 -ms.locfileid: "43558411" +ms.lasthandoff: 09/06/2018 +ms.locfileid: "43805456" --- # デリゲート (C# プログラミング ガイド) [デリゲート](../../../csharp/language-reference/keywords/delegate.md)は、特定のパラメーター リストおよび戻り値の型を使用して、メソッドへの参照を表す型です。 デリゲートをインスタンス化するときは、互換性のあるシグネチャと戻り値の型を持つ任意のメソッドにそのインスタンスを関連付けることができます。 メソッドは、デリゲート インスタンスを使用して起動する (呼び出す) ことができます。 diff --git a/docs/csharp/programming-guide/interfaces/index.md b/docs/csharp/programming-guide/interfaces/index.md index cffab147f1e..f33b7bb7012 100644 --- a/docs/csharp/programming-guide/interfaces/index.md +++ b/docs/csharp/programming-guide/interfaces/index.md @@ -5,12 +5,12 @@ helpviewer_keywords: - interfaces [C#] - C# language, interfaces ms.assetid: 2feda177-ce11-432d-81b4-d50f5f35fd37 -ms.openlocfilehash: 3b6cdffdaab508d898e7caa8c93ac0f7b1365d01 -ms.sourcegitcommit: efff8f331fd9467f093f8ab8d23a203d6ecb5b60 +ms.openlocfilehash: fdbb220cd856fd7309d54c41a39f91a9316fe434 +ms.sourcegitcommit: 3c1c3ba79895335ff3737934e39372555ca7d6d0 ms.translationtype: HT ms.contentlocale: ja-JP -ms.lasthandoff: 09/01/2018 -ms.locfileid: "43408881" +ms.lasthandoff: 09/05/2018 +ms.locfileid: "43805157" --- # インターフェイス (C# プログラミング ガイド) インターフェイスには、[クラス](../../../csharp/language-reference/keywords/class.md)または[構造体](../../../csharp/language-reference/keywords/struct.md)で実装できる関連機能のグループの定義が含まれます。 @@ -93,6 +93,7 @@ ms.locfileid: "43408881" ## 参考書籍の該当する章 「[Learning C# 3.0: Master the Fundamentals of C# 3.0 (C# 3.0 の学習: C# 3.0 の基礎を習得)](https://msdn.microsoft.com/library/orm-9780596521066-01.aspx)」の「[Interfaces (インターフェイス)](https://msdn.microsoft.com/library/orm-9780596521066-01-13.aspx)」 -## 参照 - [C# プログラミング ガイド](../../../csharp/programming-guide/index.md) - [継承](../../../csharp/programming-guide/classes-and-structs/inheritance.md) +## 参照 + +- [C# プログラミング ガイド](../../../csharp/programming-guide/index.md) +- [継承](../../../csharp/programming-guide/classes-and-structs/inheritance.md) diff --git a/docs/csharp/programming-guide/statements-expressions-operators/index.md b/docs/csharp/programming-guide/statements-expressions-operators/index.md index 1144048e81a..b7a6fa850f3 100644 --- a/docs/csharp/programming-guide/statements-expressions-operators/index.md +++ b/docs/csharp/programming-guide/statements-expressions-operators/index.md @@ -9,12 +9,12 @@ helpviewer_keywords: - C# language, expressions - statements [C#] ms.assetid: 20f8469d-5a6a-4084-ad90-0856b7e97e45 -ms.openlocfilehash: 26a6046ac926a13c4f2a2f2cc4dfd250d998bc93 -ms.sourcegitcommit: efff8f331fd9467f093f8ab8d23a203d6ecb5b60 +ms.openlocfilehash: 1085de3447bd6101fcccf6cae7b37afac24d37f1 +ms.sourcegitcommit: 3c1c3ba79895335ff3737934e39372555ca7d6d0 ms.translationtype: HT ms.contentlocale: ja-JP -ms.lasthandoff: 09/01/2018 -ms.locfileid: "43386169" +ms.lasthandoff: 09/05/2018 +ms.locfileid: "43776528" --- # ステートメント、式、および演算子 (C# プログラミング ガイド) アプリケーションを構成する C# コードは、キーワード、式、演算子から成るステートメントで構成されます。 このセクションには、C# プログラムのこのような基本要素に関する情報が含まれています。 @@ -44,6 +44,7 @@ ms.locfileid: "43386169" ## C# 言語仕様 [!INCLUDE[CSharplangspec](~/includes/csharplangspec-md.md)] -## 参照 - [C# プログラミング ガイド](../../../csharp/programming-guide/index.md) - [キャストと型変換](../../../csharp/programming-guide/types/casting-and-type-conversions.md) +## 参照 + +- [C# プログラミング ガイド](../../../csharp/programming-guide/index.md) +- [キャストと型変換](../../../csharp/programming-guide/types/casting-and-type-conversions.md) diff --git a/docs/framework/data/adonet/connecting-to-a-data-source.md b/docs/framework/data/adonet/connecting-to-a-data-source.md index 040ccf55663..6e3519766fe 100644 --- a/docs/framework/data/adonet/connecting-to-a-data-source.md +++ b/docs/framework/data/adonet/connecting-to-a-data-source.md @@ -1,25 +1,25 @@ --- -title: ADO.NET でのデータ ソースへの接続 -ms.date: 03/30/2017 -ms.assetid: 9abc3f92-1be3-4e1a-b360-762dc689650e -ms.openlocfilehash: 27653c3e1f14e08fc8b5e1225a441072778a0cc8 -ms.sourcegitcommit: 11f11ca6cefe555972b3a5c99729d1a7523d8f50 -ms.translationtype: MT -ms.contentlocale: ja-JP -ms.lasthandoff: 05/03/2018 -ms.locfileid: "32757113" +title: ADO.NET でのデータ ソースへの接続 +ms.date: 03/30/2017 +ms.assetid: 9abc3f92-1be3-4e1a-b360-762dc689650e +ms.openlocfilehash: f5788b9b0b19f32d03c917575db7b3f40324c0a2 +ms.sourcegitcommit: 2eceb05f1a5bb261291a1f6a91c5153727ac1c19 +ms.translationtype: MT +ms.contentlocale: ja-JP +ms.lasthandoff: 09/05/2018 +ms.locfileid: "43724605" --- # ADO.NET でのデータ ソースへの接続 -ADO.NET で使用して、**接続**接続文字列に必要な認証情報を入力して、特定のデータ ソースに接続するオブジェクト。 **接続**オブジェクトを使用するデータ ソースの種類によって異なります。 +ADO.NET で使用して、**接続**接続文字列に必要な認証情報を指定して特定のデータ ソースに接続するオブジェクト。 **接続**オブジェクトを使用するデータ ソースの種類に依存します。 .NET Framework に含まれている各 .NET Framework データ プロバイダーは、 オブジェクトを持っています.NET Framework Data Provider for OLE DB には オブジェクト、.NET Framework Data Provider for SQL Server には オブジェクト、.NET Framework Data Provider for ODBC には オブジェクト、.NET Framework Data Provider for Oracle には があります。 ## このセクションの内容 [接続の確立](../../../../docs/framework/data/adonet/establishing-the-connection.md) - 使用する方法について説明します、**接続**オブジェクト データ ソースへの接続を確立します。 + 使用する方法について説明します、**接続**オブジェクトをデータ ソースへの接続を確立します。 [接続イベント](../../../../docs/framework/data/adonet/connection-events.md) - 使用する方法について説明します、 **InfoMessage**データ ソースから情報メッセージを取得するイベントです。 + 使用する方法について説明します、 **InfoMessage**イベント データ ソースから情報メッセージを取得します。 ## 関連項目 [接続文字列](../../../../docs/framework/data/adonet/connection-strings.md) @@ -27,4 +27,4 @@ ADO.NET で使用して、**接続**接続文字列に必要な認証情報を [コマンドおよびパラメーター](../../../../docs/framework/data/adonet/commands-and-parameters.md) [DataAdapter と DataReader](../../../../docs/framework/data/adonet/dataadapters-and-datareaders.md) [トランザクションと同時実行](../../../../docs/framework/data/adonet/transactions-and-concurrency.md) - [ADO.NET のマネージ プロバイダーと DataSet デベロッパー センター](http://go.microsoft.com/fwlink/?LinkId=217917) + [ADO.NET のマネージド プロバイダーと DataSet デベロッパー センター](https://go.microsoft.com/fwlink/?LinkId=217917) diff --git a/docs/framework/data/adonet/dataset-datatable-dataview/datatables.md b/docs/framework/data/adonet/dataset-datatable-dataview/datatables.md index 8f1599aecc9..76cbf7587c4 100644 --- a/docs/framework/data/adonet/dataset-datatable-dataview/datatables.md +++ b/docs/framework/data/adonet/dataset-datatable-dataview/datatables.md @@ -3,11 +3,11 @@ title: DataTables ms.date: 03/30/2017 ms.assetid: 52ff0e32-3e5a-41de-9a3b-7b04ea52b83e ms.openlocfilehash: 2849d159fbfdb0c0739b76fd288a987d4ce3d02f -ms.sourcegitcommit: 2eceb05f1a5bb261291a1f6a91c5153727ac1c19 +ms.sourcegitcommit: 3c1c3ba79895335ff3737934e39372555ca7d6d0 ms.translationtype: MT ms.contentlocale: ja-JP -ms.lasthandoff: 09/04/2018 -ms.locfileid: "43560146" +ms.lasthandoff: 09/05/2018 +ms.locfileid: "43786066" --- # DataTables は、テーブル、リレーションシップ、および制約のコレクションで構成されます。 ADO.NET では、オブジェクトは、テーブルを表すために使用する**データセット**します。 A **DataTable**リレーショナル データをメモリ内の 1 つのテーブルを表すデータがローカルにします。NET ベースのアプリケーションが存在するを使用して Microsoft SQL Server などのデータ ソースからデータを読み込むことができます、 **DataAdapter**詳細については、次を参照してください[DataAdapter からの Dataset](../../../../../docs/framework/data/adonet/populating-a-dataset-from-a-dataadapter.md) . diff --git a/docs/framework/data/wcf/how-to-develop-a-wcf-data-service-running-on-iis.md b/docs/framework/data/wcf/how-to-develop-a-wcf-data-service-running-on-iis.md index ab552ec8501..997eed8e27e 100644 --- a/docs/framework/data/wcf/how-to-develop-a-wcf-data-service-running-on-iis.md +++ b/docs/framework/data/wcf/how-to-develop-a-wcf-data-service-running-on-iis.md @@ -10,11 +10,11 @@ helpviewer_keywords: - WCF Data Services, hosting ms.assetid: f6f768c5-4989-49e3-a36f-896ab4ded86e ms.openlocfilehash: af81e65dfd4661d62d7aa4a3e6075be312765cb7 -ms.sourcegitcommit: 2eceb05f1a5bb261291a1f6a91c5153727ac1c19 +ms.sourcegitcommit: 3c1c3ba79895335ff3737934e39372555ca7d6d0 ms.translationtype: MT ms.contentlocale: ja-JP -ms.lasthandoff: 09/04/2018 -ms.locfileid: "43538216" +ms.lasthandoff: 09/05/2018 +ms.locfileid: "43777822" --- # 方法: IIS で実行されている WCF データ サービスの開発 diff --git a/docs/framework/debug-trace-profile/diagnosing-errors-with-managed-debugging-assistants.md b/docs/framework/debug-trace-profile/diagnosing-errors-with-managed-debugging-assistants.md index 78ff086f5c3..b5d1d1fc588 100644 --- a/docs/framework/debug-trace-profile/diagnosing-errors-with-managed-debugging-assistants.md +++ b/docs/framework/debug-trace-profile/diagnosing-errors-with-managed-debugging-assistants.md @@ -32,11 +32,11 @@ ms.assetid: 76994ee6-9fa9-4059-b813-26578d24427c author: mairaw ms.author: mairaw ms.openlocfilehash: b745fa6a78ab2a7ab0b3a94c9921883d3c56c1b7 -ms.sourcegitcommit: 2eceb05f1a5bb261291a1f6a91c5153727ac1c19 -ms.translationtype: HT +ms.sourcegitcommit: 3c1c3ba79895335ff3737934e39372555ca7d6d0 +ms.translationtype: MT ms.contentlocale: ja-JP -ms.lasthandoff: 09/04/2018 -ms.locfileid: "43532976" +ms.lasthandoff: 09/05/2018 +ms.locfileid: "43740949" --- # マネージ デバッグ アシスタントによるエラーを診断します。 diff --git a/docs/framework/mef/index.md b/docs/framework/mef/index.md index db0e58e9db1..a5a2809316e 100644 --- a/docs/framework/mef/index.md +++ b/docs/framework/mef/index.md @@ -11,11 +11,11 @@ ms.assetid: 6c61b4ec-c6df-4651-80f1-4854f8b14dde author: rpetrusha ms.author: ronpet ms.openlocfilehash: 323dfe7d68f5a6f6274ce23f82e25a337956b23c -ms.sourcegitcommit: efff8f331fd9467f093f8ab8d23a203d6ecb5b60 +ms.sourcegitcommit: 3c1c3ba79895335ff3737934e39372555ca7d6d0 ms.translationtype: HT ms.contentlocale: ja-JP -ms.lasthandoff: 09/01/2018 -ms.locfileid: "43386429" +ms.lasthandoff: 09/05/2018 +ms.locfileid: "43739709" --- # MEF (Managed Extensibility Framework) ここでは、.NET Framework 4 で導入された Managed Extensibility Framework の概要を説明します。 diff --git a/docs/framework/tools/index.md b/docs/framework/tools/index.md index 4efd13215fa..cae9b6d7d72 100644 --- a/docs/framework/tools/index.md +++ b/docs/framework/tools/index.md @@ -10,11 +10,11 @@ ms.assetid: a2ca532d-91f7-426a-9303-417c2ee1247c author: mairaw ms.author: mairaw ms.openlocfilehash: 208dc3048b52cc895a5142a7686829390d1d4503 -ms.sourcegitcommit: efff8f331fd9467f093f8ab8d23a203d6ecb5b60 +ms.sourcegitcommit: 3c1c3ba79895335ff3737934e39372555ca7d6d0 ms.translationtype: HT ms.contentlocale: ja-JP -ms.lasthandoff: 09/02/2018 -ms.locfileid: "43468179" +ms.lasthandoff: 09/05/2018 +ms.locfileid: "43739439" --- # .NET Framework ツール .NET Framework ツールを使用すると、.NET Framework に対応したアプリケーションやコンポーネントを簡単に作成、配置、および管理できます。 diff --git a/docs/framework/ui-automation/ui-automation-and-microsoft-active-accessibility.md b/docs/framework/ui-automation/ui-automation-and-microsoft-active-accessibility.md index 51859c5ee6b..23b8aa65642 100644 --- a/docs/framework/ui-automation/ui-automation-and-microsoft-active-accessibility.md +++ b/docs/framework/ui-automation/ui-automation-and-microsoft-active-accessibility.md @@ -11,11 +11,11 @@ author: Xansky ms.author: mhopkins manager: markl ms.openlocfilehash: fcc7782b5e2ad2fae876c2b3143caf367332ed5a -ms.sourcegitcommit: 2eceb05f1a5bb261291a1f6a91c5153727ac1c19 -ms.translationtype: HT +ms.sourcegitcommit: 3c1c3ba79895335ff3737934e39372555ca7d6d0 +ms.translationtype: MT ms.contentlocale: ja-JP ms.lasthandoff: 09/05/2018 -ms.locfileid: "43724384" +ms.locfileid: "43777965" --- # UI オートメーションと Microsoft Active Accessibility > [!NOTE] diff --git a/docs/framework/unmanaged-api/hosting/index.md b/docs/framework/unmanaged-api/hosting/index.md index 2aa146b5652..f6bd26f02f2 100644 --- a/docs/framework/unmanaged-api/hosting/index.md +++ b/docs/framework/unmanaged-api/hosting/index.md @@ -9,11 +9,11 @@ ms.assetid: 14295c28-1da8-408b-a656-9584abcd9896 author: rpetrusha ms.author: ronpet ms.openlocfilehash: 17ca2eb93fb2b75f043d33d376a5650092030cac -ms.sourcegitcommit: efff8f331fd9467f093f8ab8d23a203d6ecb5b60 +ms.sourcegitcommit: 3c1c3ba79895335ff3737934e39372555ca7d6d0 ms.translationtype: HT ms.contentlocale: ja-JP -ms.lasthandoff: 09/01/2018 -ms.locfileid: "43387102" +ms.lasthandoff: 09/06/2018 +ms.locfileid: "43797418" --- # ホスト (アンマネージ API リファレンス) ホスト API を使用すると、アンマネージ ホストのアプリケーションに共通言語ランタイム (CLR: Common Language Runtime) を統合できます。 diff --git a/docs/framework/wcf/samples/msmq-activation.md b/docs/framework/wcf/samples/msmq-activation.md index fd25312bb98..68ee9d9f779 100644 --- a/docs/framework/wcf/samples/msmq-activation.md +++ b/docs/framework/wcf/samples/msmq-activation.md @@ -3,11 +3,11 @@ title: MSMQ アクティベーション ms.date: 03/30/2017 ms.assetid: e3834149-7b8c-4a54-806b-b4296720f31d ms.openlocfilehash: a03f5783e732c4a0f3f13cf6abd7ec4803c07c8f -ms.sourcegitcommit: 2eceb05f1a5bb261291a1f6a91c5153727ac1c19 +ms.sourcegitcommit: 3c1c3ba79895335ff3737934e39372555ca7d6d0 ms.translationtype: MT ms.contentlocale: ja-JP -ms.lasthandoff: 09/04/2018 -ms.locfileid: "43559583" +ms.lasthandoff: 09/05/2018 +ms.locfileid: "43779313" --- # MSMQ アクティベーション このサンプルでは、メッセージ キューから読み取ったアプリケーションを、Windows プロセス アクティブ化サービス (WAS) でホストする方法を示します。 このサンプルでは、`netMsmqBinding`に基づく、[双方向通信](../../../../docs/framework/wcf/samples/two-way-communication.md)サンプル。 この場合、サービスは Web ホスト アプリケーションの 1 つであり、クライアントは自己ホスト型です。クライアントはコンソールに出力して、送信された発注書のステータスを確認します。 diff --git a/docs/framework/windows-services/index.md b/docs/framework/windows-services/index.md index 8dd2806ee04..94a986f5fbe 100644 --- a/docs/framework/windows-services/index.md +++ b/docs/framework/windows-services/index.md @@ -13,11 +13,11 @@ ms.assetid: ba72d648-9553-4849-b829-069ad5ea014b author: ghogen manager: douge ms.openlocfilehash: 2c7fb148b96d5ff9804bcb0bb7c842c475c0f117 -ms.sourcegitcommit: efff8f331fd9467f093f8ab8d23a203d6ecb5b60 +ms.sourcegitcommit: 3c1c3ba79895335ff3737934e39372555ca7d6d0 ms.translationtype: HT ms.contentlocale: ja-JP -ms.lasthandoff: 09/01/2018 -ms.locfileid: "43385982" +ms.lasthandoff: 09/05/2018 +ms.locfileid: "43740831" --- # Windows サービス アプリケーションの開発 Microsoft Visual Studio または Microsoft [!INCLUDE[dnprdnshort](../../../includes/dnprdnshort-md.md)] SDK を使用すると、サービスとしてインストールするアプリケーションを作成することで簡単に作成できます。 この種類のアプリケーションは、Windows サービスと呼ばれます。 フレームワーク機能を使用することで、サービスを作成、インストール、開始、停止したり、動作を制御したりできます。 diff --git a/docs/machine-learning/resources/index.md b/docs/machine-learning/resources/index.md index 676980541c9..da3a98756d6 100644 --- a/docs/machine-learning/resources/index.md +++ b/docs/machine-learning/resources/index.md @@ -3,11 +3,11 @@ title: ML.NET のリソース description: カスタム AI ソリューションの作成と、.NET アプリケーションへの統合を支援するため、この ML.NET のリソースを拡張します。 ms.date: 07/27/2018 ms.openlocfilehash: cea0f8fe30e01340c5eb671f39f28a6cbf33884c -ms.sourcegitcommit: efff8f331fd9467f093f8ab8d23a203d6ecb5b60 +ms.sourcegitcommit: 3c1c3ba79895335ff3737934e39372555ca7d6d0 ms.translationtype: HT ms.contentlocale: ja-JP -ms.lasthandoff: 09/03/2018 -ms.locfileid: "43485007" +ms.lasthandoff: 09/06/2018 +ms.locfileid: "43798037" --- # ML.NET のリソース diff --git a/docs/standard/events/index.md b/docs/standard/events/index.md index ad10e339c29..6243adda7d4 100644 --- a/docs/standard/events/index.md +++ b/docs/standard/events/index.md @@ -13,11 +13,11 @@ ms.assetid: b6f65241-e0ad-4590-a99f-200ce741bb1f author: rpetrusha ms.author: ronpet ms.openlocfilehash: 623700161ae4587daeb2c7348055d413512f7c87 -ms.sourcegitcommit: 2eceb05f1a5bb261291a1f6a91c5153727ac1c19 +ms.sourcegitcommit: 3c1c3ba79895335ff3737934e39372555ca7d6d0 ms.translationtype: HT ms.contentlocale: ja-JP -ms.lasthandoff: 09/04/2018 -ms.locfileid: "43538709" +ms.lasthandoff: 09/05/2018 +ms.locfileid: "43805638" --- # イベントの処理と発生 .NET Framework でのイベントは、デリゲート モデルに基づいています。 デリゲート モデルはオブザーバー デザイン パターンに従って、サブスクライバーがプロバイダーに登録して通知を受信できるようにします。 イベントの送信元がイベント発生の通知をプッシュしたら、イベント レシーバーはその通知を受信して、通知に対する応答を定義します。 ここでは、デリゲート モデルの主要コンポーネント、アプリケーションでイベントを利用する方法、およびコードでイベントを実装する方法について説明します。 diff --git a/docs/standard/globalization-localization/index.md b/docs/standard/globalization-localization/index.md index 02380312d3d..300c395b325 100644 --- a/docs/standard/globalization-localization/index.md +++ b/docs/standard/globalization-localization/index.md @@ -14,11 +14,11 @@ ms.assetid: 9a59696b-d89b-45bd-946d-c75da4732d02 author: rpetrusha ms.author: ronpet ms.openlocfilehash: 653a39d1e217d0478ff7c9b01c6ac146fe6b5fac -ms.sourcegitcommit: 2eceb05f1a5bb261291a1f6a91c5153727ac1c19 +ms.sourcegitcommit: 3c1c3ba79895335ff3737934e39372555ca7d6d0 ms.translationtype: HT ms.contentlocale: ja-JP -ms.lasthandoff: 09/04/2018 -ms.locfileid: "43561250" +ms.lasthandoff: 09/06/2018 +ms.locfileid: "43786441" --- # .NET アプリケーションのグローバライズとローカライズ 1 つ以上の言語にローカライズされるアプリケーションなど、[国際対応アプリケーション](https://msdn.microsoft.com/goglobal/bb978433.aspx)を開発するには、グローバリゼーション、ローカライズ対象の確認、およびローカリゼーションの 3 つの手順が必要です。 diff --git a/docs/standard/microservices-architecture/net-core-single-containers-linux-windows-server-hosts/index.md b/docs/standard/microservices-architecture/net-core-single-containers-linux-windows-server-hosts/index.md index 9717aa9d64e..6f9cd98fd5b 100644 --- a/docs/standard/microservices-architecture/net-core-single-containers-linux-windows-server-hosts/index.md +++ b/docs/standard/microservices-architecture/net-core-single-containers-linux-windows-server-hosts/index.md @@ -5,11 +5,11 @@ author: CESARDELATORRE ms.author: wiwagn ms.date: 06/27/2018 ms.openlocfilehash: 45be99a86a52ed450b795ca5f91c01ab82c7da47 -ms.sourcegitcommit: 2eceb05f1a5bb261291a1f6a91c5153727ac1c19 +ms.sourcegitcommit: 3c1c3ba79895335ff3737934e39372555ca7d6d0 ms.translationtype: HT ms.contentlocale: ja-JP -ms.lasthandoff: 09/04/2018 -ms.locfileid: "43539700" +ms.lasthandoff: 09/05/2018 +ms.locfileid: "43778004" --- # Linux または Windows Nano Server ホスト上で 1 つのコンテナー ベースの NET Core Web アプリケーションを展開する diff --git a/docs/standard/parallel-programming/index.md b/docs/standard/parallel-programming/index.md index 9f81dfc7243..05c75e77e15 100644 --- a/docs/standard/parallel-programming/index.md +++ b/docs/standard/parallel-programming/index.md @@ -8,11 +8,11 @@ ms.assetid: 4d83c690-ad2d-489e-a2e0-b85b898a672d author: rpetrusha ms.author: ronpet ms.openlocfilehash: 372ffd7e17f60b8045cd5f89d52456c5f9655de1 -ms.sourcegitcommit: 2eceb05f1a5bb261291a1f6a91c5153727ac1c19 +ms.sourcegitcommit: 3c1c3ba79895335ff3737934e39372555ca7d6d0 ms.translationtype: HT ms.contentlocale: ja-JP -ms.lasthandoff: 09/04/2018 -ms.locfileid: "43538504" +ms.lasthandoff: 09/06/2018 +ms.locfileid: "43802304" --- # .NET での並列プログラミング diff --git a/docs/visual-basic/developing-apps/programming/app-settings/index.md b/docs/visual-basic/developing-apps/programming/app-settings/index.md index d049886cc49..1553e623a31 100644 --- a/docs/visual-basic/developing-apps/programming/app-settings/index.md +++ b/docs/visual-basic/developing-apps/programming/app-settings/index.md @@ -6,11 +6,11 @@ helpviewer_keywords: - examples [Visual Basic], application settings ms.assetid: e38d0cc7-247a-46ca-ba04-f2913f0adb2e ms.openlocfilehash: 3b933287d18a2519969852117fc6f847e9ead461 -ms.sourcegitcommit: 2eceb05f1a5bb261291a1f6a91c5153727ac1c19 +ms.sourcegitcommit: 3c1c3ba79895335ff3737934e39372555ca7d6d0 ms.translationtype: HT ms.contentlocale: ja-JP -ms.lasthandoff: 09/04/2018 -ms.locfileid: "43537286" +ms.lasthandoff: 09/05/2018 +ms.locfileid: "43788517" --- # アプリケーション設定へのアクセス (Visual Basic) このセクションのトピックでは、`My.Settings` オブジェクトと、それを使用して実行できるタスクについて説明します。 diff --git a/docs/visual-basic/developing-apps/programming/drives-directories-files/index.md b/docs/visual-basic/developing-apps/programming/drives-directories-files/index.md index ee16de9144c..521486413e8 100644 --- a/docs/visual-basic/developing-apps/programming/drives-directories-files/index.md +++ b/docs/visual-basic/developing-apps/programming/drives-directories-files/index.md @@ -10,11 +10,11 @@ helpviewer_keywords: - directories [Visual Studio], processing ms.assetid: f1db14c8-a4fd-4d0b-8323-c7cb29d688c2 ms.openlocfilehash: 0c9c1c787138595f725316a580acda9c5d4d43a9 -ms.sourcegitcommit: 2eceb05f1a5bb261291a1f6a91c5153727ac1c19 +ms.sourcegitcommit: 3c1c3ba79895335ff3737934e39372555ca7d6d0 ms.translationtype: HT ms.contentlocale: ja-JP -ms.lasthandoff: 09/04/2018 -ms.locfileid: "43662658" +ms.lasthandoff: 09/05/2018 +ms.locfileid: "43777565" --- # ドライブ、ディレクトリ、およびファイルの処理 (Visual Basic) Visual Basic では、`My.Computer.FileSystem` オブジェクトを使用して、ドライブ、フォルダー、ファイルを処理できます。このオブジェクトは、`FileOpen` 関数や `Write` 関数などの従来のメソッドに比べて、パフォーマンスが優れており、使い方も簡単です (従来のメソッドも引き続き使用できます)。 以下のセクションでは、これらの方法について詳しく説明します。 diff --git a/docs/visual-basic/developing-apps/programming/log-info/index.md b/docs/visual-basic/developing-apps/programming/log-info/index.md index 80904f67d50..ce2fd31e8af 100644 --- a/docs/visual-basic/developing-apps/programming/log-info/index.md +++ b/docs/visual-basic/developing-apps/programming/log-info/index.md @@ -10,11 +10,11 @@ helpviewer_keywords: - examples [Visual Basic], logging application information ms.assetid: 8bf4f047-22d6-48d6-aec5-93b98ad5b8e8 ms.openlocfilehash: 68ec09dac026e46716ff18dce88acf9d60635026 -ms.sourcegitcommit: efff8f331fd9467f093f8ab8d23a203d6ecb5b60 +ms.sourcegitcommit: 3c1c3ba79895335ff3737934e39372555ca7d6d0 ms.translationtype: HT ms.contentlocale: ja-JP -ms.lasthandoff: 09/01/2018 -ms.locfileid: "43386807" +ms.lasthandoff: 09/05/2018 +ms.locfileid: "43748665" --- # アプリケーションからの情報のログ記録 (Visual Basic) このセクションには、`My.Application.Log` オブジェクトまたは `My.Log` オブジェクトを使ってアプリケーションの情報を記録する方法と、アプリケーションのログ機能を拡張する方法に関するトピックが含まれます。 diff --git a/includes/pcl-to-standard.md b/includes/pcl-to-standard.md new file mode 100644 index 00000000000..d02d861cd39 --- /dev/null +++ b/includes/pcl-to-standard.md @@ -0,0 +1,2 @@ +> [!IMPORTANT] +> ポータブル クラス ライブラリ プロジェクトでは、.NET 実装の非常に特定のサブセットのみを対象としているためにお勧め、新しいアプリケーションの開発で使用します。 推奨されるコントロールは、.NET Standard の特定のバージョンをサポートするすべての .NET 実装をターゲットと .NET Standard ライブラリです。 詳細については、「[.NET Standard](~/docs/standard/net-standard.md)」をご覧ください。 \ No newline at end of file