diff --git a/docs/csharp/language-reference/keywords/into.md b/docs/csharp/language-reference/keywords/into.md
index 0e0133651cd..9d0ff3d2263 100644
--- a/docs/csharp/language-reference/keywords/into.md
+++ b/docs/csharp/language-reference/keywords/into.md
@@ -12,6 +12,7 @@ ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: HT
ms.contentlocale: ja-JP
ms.lasthandoff: 05/04/2018
+ms.locfileid: "33266865"
---
# into (C# リファレンス)
`into` コンテキスト キーワードは、[group](../../../csharp/language-reference/keywords/group-clause.md)、[join](../../../csharp/language-reference/keywords/join-clause.md)、または [select](../../../csharp/language-reference/keywords/select-clause.md) 句の結果を新しい識別子に保存するための一時的な識別子を作成するために使用できます。 この識別子自体を追加のクエリ コマンドのジェネレーターにすることができます。 `group` または `select` 句で使用する場合、新しい識別子の使用は*継続*と呼ばれることもあります。
diff --git a/docs/csharp/language-reference/keywords/new.md b/docs/csharp/language-reference/keywords/new.md
index a8b6b88b4ca..0f82186c99b 100644
--- a/docs/csharp/language-reference/keywords/new.md
+++ b/docs/csharp/language-reference/keywords/new.md
@@ -12,6 +12,7 @@ ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: HT
ms.contentlocale: ja-JP
ms.lasthandoff: 05/04/2018
+ms.locfileid: "33266072"
---
# new (C# リファレンス)
C# では、`new` キーワードを演算子、修飾子、または制約として使用できます。
diff --git a/docs/csharp/language-reference/keywords/orderby-clause.md b/docs/csharp/language-reference/keywords/orderby-clause.md
index bc4ccb18a25..a464a780fd7 100644
--- a/docs/csharp/language-reference/keywords/orderby-clause.md
+++ b/docs/csharp/language-reference/keywords/orderby-clause.md
@@ -13,6 +13,7 @@ ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: HT
ms.contentlocale: ja-JP
ms.lasthandoff: 05/04/2018
+ms.locfileid: "33268056"
---
# orderby 句 (C# リファレンス)
クエリ式では、`orderby` 句によって返されるシーケンスまたはサブシーケンス (グループ) が昇順または降順で並べ替えられます。 2 番目の並べ替え操作を 1 つ以上実行するために、複数のキーを指定できます。 並べ替えは、要素の型の既定の比較演算子によって実行されます。 既定の並べ替え順序は昇順です。 カスタムの比較演算子を指定することもできます。 ただしこれは、メソッド ベースの構文を使用する場合にのみ使用できます。 詳細については、「[Sorting Data](../../programming-guide/concepts/linq/sorting-data.md)」(データの並べ替え) を参照してください。
diff --git a/docs/csharp/language-reference/keywords/set.md b/docs/csharp/language-reference/keywords/set.md
index 835607ea3f1..4ec95dcfcfb 100644
--- a/docs/csharp/language-reference/keywords/set.md
+++ b/docs/csharp/language-reference/keywords/set.md
@@ -12,6 +12,7 @@ ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: HT
ms.contentlocale: ja-JP
ms.lasthandoff: 05/04/2018
+ms.locfileid: "33265789"
---
# 設定 (C# リファレンス)
`set` キーワードは、プロパティまたはインデクサーで、プロパティ値またはインデクサーの要素値を割り当てる "*アクセサー*" メソッドを定義します。 使用例を含む詳細については、「[プロパティ](../../../csharp/programming-guide/classes-and-structs/properties.md)」、「[自動実装プロパティ](../../../csharp/programming-guide/classes-and-structs/auto-implemented-properties.md)」、および「[インデクサー](../../../csharp/programming-guide/indexers/index.md)」を参照してください。
diff --git a/docs/csharp/language-reference/keywords/void.md b/docs/csharp/language-reference/keywords/void.md
index 95796986c1c..edd95365d72 100644
--- a/docs/csharp/language-reference/keywords/void.md
+++ b/docs/csharp/language-reference/keywords/void.md
@@ -12,6 +12,7 @@ ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: HT
ms.contentlocale: ja-JP
ms.lasthandoff: 05/04/2018
+ms.locfileid: "33267289"
---
# void (C# リファレンス)
メソッドの戻り値の型として使用した場合、`void` はメソッドが値を返さないことを指定します。
diff --git a/docs/csharp/misc/cs0709.md b/docs/csharp/misc/cs0709.md
index 5d66d369bd7..4842093576f 100644
--- a/docs/csharp/misc/cs0709.md
+++ b/docs/csharp/misc/cs0709.md
@@ -8,9 +8,10 @@ helpviewer_keywords:
ms.assetid: 91040f55-a060-4cc3-b830-f6b771af28d7
ms.openlocfilehash: 28e142de4ce14e1a31dad7894dd6602a2a3c902b
ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
-ms.translationtype: MT
+ms.translationtype: HT
ms.contentlocale: ja-JP
ms.lasthandoff: 05/04/2018
+ms.locfileid: "33305897"
---
# コンパイラ エラー CS0709
'derived class': 静的クラス 'base class' から派生できません
diff --git a/docs/csharp/misc/cs0765.md b/docs/csharp/misc/cs0765.md
index c1444567394..5657d1032ad 100644
--- a/docs/csharp/misc/cs0765.md
+++ b/docs/csharp/misc/cs0765.md
@@ -8,9 +8,10 @@ helpviewer_keywords:
ms.assetid: adfb1f95-f7b1-4e43-83c2-42e8531eb980
ms.openlocfilehash: 325ba959c093d3c767030f6c7966422aaa9417d5
ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
-ms.translationtype: MT
+ms.translationtype: HT
ms.contentlocale: ja-JP
ms.lasthandoff: 05/04/2018
+ms.locfileid: "33298396"
---
# コンパイラ エラー CS0765
定義宣言だけを含む部分メソッドまたは削除された条件付きメソッドは、式ツリーで使用できません
diff --git a/docs/csharp/misc/cs1004.md b/docs/csharp/misc/cs1004.md
index 67c21aace93..0107f5fcb05 100644
--- a/docs/csharp/misc/cs1004.md
+++ b/docs/csharp/misc/cs1004.md
@@ -8,9 +8,10 @@ helpviewer_keywords:
ms.assetid: 93cc1b93-ca4c-49a8-af03-9fbfc84ccab9
ms.openlocfilehash: 17fcb1994b824e3008e74d2c959a4fb8d8fd2d07
ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
-ms.translationtype: MT
+ms.translationtype: HT
ms.contentlocale: ja-JP
ms.lasthandoff: 05/04/2018
+ms.locfileid: "33303492"
---
# コンパイラ エラー CS1004
重複した 'modifier' 修飾子
diff --git a/docs/csharp/misc/cs1016.md b/docs/csharp/misc/cs1016.md
index f838dc3d97f..9079e6d8c5b 100644
--- a/docs/csharp/misc/cs1016.md
+++ b/docs/csharp/misc/cs1016.md
@@ -8,9 +8,10 @@ helpviewer_keywords:
ms.assetid: 576e6e12-981c-43b6-9e4a-29fa4e9f76e8
ms.openlocfilehash: 7e6503712267e49860c39c2a25af8bf7c37ec8fc
ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
-ms.translationtype: MT
+ms.translationtype: HT
ms.contentlocale: ja-JP
ms.lasthandoff: 05/04/2018
+ms.locfileid: "33303463"
---
# コンパイラ エラー CS1016
名前付き属性引数が必要です。
diff --git a/docs/csharp/misc/cs1025.md b/docs/csharp/misc/cs1025.md
index de4692eaaff..223804e29eb 100644
--- a/docs/csharp/misc/cs1025.md
+++ b/docs/csharp/misc/cs1025.md
@@ -8,9 +8,10 @@ helpviewer_keywords:
ms.assetid: 491c186f-cb40-47a9-9656-44fadfa18ae2
ms.openlocfilehash: 82ca2a58944c3a3bc72dc37a68875174f19984e5
ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
-ms.translationtype: MT
+ms.translationtype: HT
ms.contentlocale: ja-JP
ms.lasthandoff: 05/04/2018
+ms.locfileid: "33303804"
---
# コンパイラ エラー CS1025
単一行コメントか行の終わりが必要です。
diff --git a/docs/csharp/misc/cs1033.md b/docs/csharp/misc/cs1033.md
index 8c6f5b2bbb1..1505048da72 100644
--- a/docs/csharp/misc/cs1033.md
+++ b/docs/csharp/misc/cs1033.md
@@ -8,9 +8,10 @@ helpviewer_keywords:
ms.assetid: eb0f4001-84a6-4918-a648-cf710d038de7
ms.openlocfilehash: 0a810362722fc145caafeeeac6828d2e5eb60a6d
ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
-ms.translationtype: MT
+ms.translationtype: HT
ms.contentlocale: ja-JP
ms.lasthandoff: 05/04/2018
+ms.locfileid: "33303297"
---
# コンパイラ エラー CS1033
ソース ファイルは、PDB 内で表せる 16,707,565 行の限界を超えているため、デバッグ情報は不正確になります
diff --git a/docs/csharp/misc/cs1036.md b/docs/csharp/misc/cs1036.md
index 48502061d3f..697fdd5e338 100644
--- a/docs/csharp/misc/cs1036.md
+++ b/docs/csharp/misc/cs1036.md
@@ -8,9 +8,10 @@ helpviewer_keywords:
ms.assetid: c624778a-2074-45d2-89cc-51be1db596c9
ms.openlocfilehash: 5b162a389638bace8fe2f201483aa36bc92e09a9
ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
-ms.translationtype: MT
+ms.translationtype: HT
ms.contentlocale: ja-JP
ms.lasthandoff: 05/04/2018
+ms.locfileid: "33303268"
---
# コンパイラ エラー CS1036
( または . が必要です
diff --git a/docs/csharp/misc/cs1508.md b/docs/csharp/misc/cs1508.md
index 79ba26b9d30..3f8a4584bc6 100644
--- a/docs/csharp/misc/cs1508.md
+++ b/docs/csharp/misc/cs1508.md
@@ -8,9 +8,10 @@ helpviewer_keywords:
ms.assetid: 979bc615-58ce-49f8-ba73-e6cf57c56418
ms.openlocfilehash: a45d16a47520a06effa85296205fa962e166ff83
ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
-ms.translationtype: MT
+ms.translationtype: HT
ms.contentlocale: ja-JP
ms.lasthandoff: 05/04/2018
+ms.locfileid: "33306154"
---
# コンパイラ エラー CS1508
リソース識別子 'identifier' はアセンブリで既に使用されています
diff --git a/docs/csharp/misc/cs1521.md b/docs/csharp/misc/cs1521.md
index 14525cec11f..3b8b254ebcc 100644
--- a/docs/csharp/misc/cs1521.md
+++ b/docs/csharp/misc/cs1521.md
@@ -8,9 +8,10 @@ helpviewer_keywords:
ms.assetid: 9a482b33-24f2-4654-81b4-be40bf56d624
ms.openlocfilehash: b74368c55d836bdf0df9c8bff83938159f856ccc
ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
-ms.translationtype: MT
+ms.translationtype: HT
ms.contentlocale: ja-JP
ms.lasthandoff: 05/04/2018
+ms.locfileid: "33307409"
---
# コンパイラ エラー CS1521
無効な基本型です。
diff --git a/docs/csharp/misc/cs1561.md b/docs/csharp/misc/cs1561.md
index 19454bd3b30..72a2ac4dbd7 100644
--- a/docs/csharp/misc/cs1561.md
+++ b/docs/csharp/misc/cs1561.md
@@ -8,9 +8,10 @@ helpviewer_keywords:
ms.assetid: 840f469b-65e1-49c6-99cc-8c1ed130a37b
ms.openlocfilehash: f92faf09e5dfc93db35c02c859547209fef4d2a8
ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
-ms.translationtype: MT
+ms.translationtype: HT
ms.contentlocale: ja-JP
ms.lasthandoff: 05/04/2018
+ms.locfileid: "33307302"
---
# コンパイラ エラー CS1561
出力ファイル名が長すぎるか、または無効です。
diff --git a/docs/csharp/misc/cs1594.md b/docs/csharp/misc/cs1594.md
index 703697be4bc..b8e3eaa62e4 100644
--- a/docs/csharp/misc/cs1594.md
+++ b/docs/csharp/misc/cs1594.md
@@ -8,9 +8,10 @@ helpviewer_keywords:
ms.assetid: f949a992-27a3-470d-b512-e590e5170af3
ms.openlocfilehash: e2aa18cd43a0eca7e9a6ca55e433cd501400faa2
ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
-ms.translationtype: MT
+ms.translationtype: HT
ms.contentlocale: ja-JP
ms.lasthandoff: 05/04/2018
+ms.locfileid: "33306856"
---
# コンパイラ エラー CS1594
デリゲート 'delegate' に無効な引数があります
diff --git a/docs/csharp/misc/cs1606.md b/docs/csharp/misc/cs1606.md
index 85730b870dd..e779f6e2417 100644
--- a/docs/csharp/misc/cs1606.md
+++ b/docs/csharp/misc/cs1606.md
@@ -8,9 +8,10 @@ helpviewer_keywords:
ms.assetid: 36758c4f-4e26-4879-9e61-6158ca5e74a3
ms.openlocfilehash: 8a1835faa261d553b7d8f7d6cfc577cedc31b3d6
ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
-ms.translationtype: MT
+ms.translationtype: HT
ms.contentlocale: ja-JP
ms.lasthandoff: 05/04/2018
+ms.locfileid: "33305988"
---
# コンパイラ エラー CS1606
アセンブリ署名ができませんでした。出力は署名されていない可能性があります -- 理由
diff --git a/docs/csharp/misc/cs1649.md b/docs/csharp/misc/cs1649.md
index 133295144a4..767653d64eb 100644
--- a/docs/csharp/misc/cs1649.md
+++ b/docs/csharp/misc/cs1649.md
@@ -8,9 +8,10 @@ helpviewer_keywords:
ms.assetid: 6355c7f2-157c-441d-8925-500062988636
ms.openlocfilehash: 3d8952c99781194f33ee316d5fdd18584b11d07c
ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
-ms.translationtype: MT
+ms.translationtype: HT
ms.contentlocale: ja-JP
ms.lasthandoff: 05/04/2018
+ms.locfileid: "33308920"
---
# コンパイラ エラー CS1649
読み取り専用フィールド 'identifier' のメンバーに ref または out を渡すことはできません (静的コンストラクターでは可)。
diff --git a/docs/csharp/misc/cs1709.md b/docs/csharp/misc/cs1709.md
index 73fc505cc0e..b5a0a8f90a5 100644
--- a/docs/csharp/misc/cs1709.md
+++ b/docs/csharp/misc/cs1709.md
@@ -8,9 +8,10 @@ helpviewer_keywords:
ms.assetid: e2bb1d30-4f30-4e10-82da-df1d3418454c
ms.openlocfilehash: df56938a65c72ac15d82126ddad5677a73ec385f
ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
-ms.translationtype: MT
+ms.translationtype: HT
ms.contentlocale: ja-JP
ms.lasthandoff: 05/04/2018
+ms.locfileid: "33307626"
---
# コンパイラの警告 (レベル 1) CS1709
プリプロセッサ ディレクティブに指定されたファイル名は空です。
diff --git a/docs/csharp/misc/cs2003.md b/docs/csharp/misc/cs2003.md
index aa1f4539c3a..fcc97e18ee0 100644
--- a/docs/csharp/misc/cs2003.md
+++ b/docs/csharp/misc/cs2003.md
@@ -8,9 +8,10 @@ helpviewer_keywords:
ms.assetid: 87ce44c8-ed0f-40d1-8c13-8edb998fabb8
ms.openlocfilehash: 0ed2b5e1e117a0bc82635263fd056aa33d1e341b
ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
-ms.translationtype: MT
+ms.translationtype: HT
ms.contentlocale: ja-JP
ms.lasthandoff: 05/04/2018
+ms.locfileid: "33305871"
---
# コンパイラ エラー CS2003
応答ファイル 'file' が複数回含まれていました
diff --git a/docs/csharp/misc/cs2011.md b/docs/csharp/misc/cs2011.md
index 885007240fe..2023a1902cb 100644
--- a/docs/csharp/misc/cs2011.md
+++ b/docs/csharp/misc/cs2011.md
@@ -8,9 +8,10 @@ helpviewer_keywords:
ms.assetid: 82d71d7e-7ce0-428a-b9fe-ce8e81a07abd
ms.openlocfilehash: 5211d1cbb384040404f8c5db5b3a4eb616f9bed9
ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
-ms.translationtype: MT
+ms.translationtype: HT
ms.contentlocale: ja-JP
ms.lasthandoff: 05/04/2018
+ms.locfileid: "33304779"
---
# コンパイラ エラー CS2011
応答ファイル 'file' を開けません
diff --git a/docs/csharp/misc/cs2018.md b/docs/csharp/misc/cs2018.md
index ba54ba0827a..2d7cef37dca 100644
--- a/docs/csharp/misc/cs2018.md
+++ b/docs/csharp/misc/cs2018.md
@@ -8,9 +8,10 @@ helpviewer_keywords:
ms.assetid: 227f1c1b-61ec-4068-83a1-7ca686be0916
ms.openlocfilehash: ff980688c067bacf9588af9f1d99caa31586b26d
ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
-ms.translationtype: MT
+ms.translationtype: HT
ms.contentlocale: ja-JP
ms.lasthandoff: 05/04/2018
+ms.locfileid: "33305062"
---
# コンパイラ エラー CS2018
メッセージ ファイル 'cscmsgs.dll' が見つかりません
diff --git a/docs/framework/configure-apps/file-schema/wcf/transport-of-peertransport.md b/docs/framework/configure-apps/file-schema/wcf/transport-of-peertransport.md
index cfdd70f1948..6ae8014692a 100644
--- a/docs/framework/configure-apps/file-schema/wcf/transport-of-peertransport.md
+++ b/docs/framework/configure-apps/file-schema/wcf/transport-of-peertransport.md
@@ -7,6 +7,7 @@ ms.sourcegitcommit: 11f11ca6cefe555972b3a5c99729d1a7523d8f50
ms.translationtype: MT
ms.contentlocale: ja-JP
ms.lasthandoff: 05/03/2018
+ms.locfileid: "32756424"
---
# <peerTransport> の <transport>
このバインドで構成されたピアが送信する、セキュリティで保護されたメッセージのトランスポートの型を指定します。
diff --git a/docs/framework/data/adonet/ado-net-datasets.md b/docs/framework/data/adonet/ado-net-datasets.md
index 461a6c20bc7..43414e2c472 100644
--- a/docs/framework/data/adonet/ado-net-datasets.md
+++ b/docs/framework/data/adonet/ado-net-datasets.md
@@ -7,6 +7,7 @@ ms.sourcegitcommit: 11f11ca6cefe555972b3a5c99729d1a7523d8f50
ms.translationtype: MT
ms.contentlocale: ja-JP
ms.lasthandoff: 05/03/2018
+ms.locfileid: "32758517"
---
# ADO.NET データセット
オブジェクトは、[!INCLUDE[vstecado](../../../../includes/vstecado-md.md)] で非接続型分散データ シナリオをサポートするうえで中心的な役割を果たします。 **データセット**データ ソースに関係なく一貫したリレーショナル プログラミング モデルを提供するデータのメモリ常駐型表現です。 複数の異なるデータ ソースや XML データと組み合わせて使用でき、アプリケーションにとってローカルなデータの管理にも使用できます。 **データセット**関連テーブル、制約、およびテーブル間のリレーションシップを含む、データの完全なセットを表します。 次の図は、**データセット**オブジェクト モデルです。
diff --git a/docs/framework/data/adonet/ado-net-overview.md b/docs/framework/data/adonet/ado-net-overview.md
index 8a0de037518..b0a09be37d6 100644
--- a/docs/framework/data/adonet/ado-net-overview.md
+++ b/docs/framework/data/adonet/ado-net-overview.md
@@ -7,6 +7,7 @@ ms.sourcegitcommit: 11f11ca6cefe555972b3a5c99729d1a7523d8f50
ms.translationtype: MT
ms.contentlocale: ja-JP
ms.lasthandoff: 05/03/2018
+ms.locfileid: "32757945"
---
# ADO.NET の概要
ADO.NET は、SQL Server や XML などのデータ ソースや、OLE DB や ODBC 経由で公開されるデータ ソースに対する一貫性を持ったアクセス機能を実現します。 データを共有する消費者向けアプリケーションで ADO.NET を使用することで、そのようなデータ ソースへの接続や、データ ソースに格納されているデータの取得、操作、更新を実行できます。
diff --git a/docs/framework/data/adonet/connection-string-builders.md b/docs/framework/data/adonet/connection-string-builders.md
index 2db1a7a3236..4d923755dda 100644
--- a/docs/framework/data/adonet/connection-string-builders.md
+++ b/docs/framework/data/adonet/connection-string-builders.md
@@ -10,6 +10,7 @@ ms.sourcegitcommit: 11f11ca6cefe555972b3a5c99729d1a7523d8f50
ms.translationtype: MT
ms.contentlocale: ja-JP
ms.lasthandoff: 05/03/2018
+ms.locfileid: "32758478"
---
# 接続文字列ビルダー
[!INCLUDE[vstecado](../../../../includes/vstecado-md.md)] の以前のバージョンでは、コンパイル時に文字列の値を連結した接続文字列のチェックが行われなかったために、実行時に不正なキーワードによる が発生していました。 接続文字列のキーワードの構文は [!INCLUDE[dnprdnshort](../../../../includes/dnprdnshort-md.md)] のデータ プロバイダーごとに異なるため、有効な接続文字列を手動で作成するのが難しいという問題がありました。 この問題に対処するため、[!INCLUDE[vstecado](../../../../includes/vstecado-md.md)] 2.0 では、各 [!INCLUDE[dnprdnshort](../../../../includes/dnprdnshort-md.md)] データ プロバイダー用の新しい接続文字列ビルダーが導入されました。 各データ プロバイダーは、 から継承した、厳密に型指定された接続文字列ビルダー クラスを提供しています。 次の表は、各 [!INCLUDE[dnprdnshort](../../../../includes/dnprdnshort-md.md)] データ プロバイダーおよび対応する接続文字列ビルダー クラスの一覧です。
diff --git a/docs/framework/data/adonet/dataset-datatable-dataview/dataviews.md b/docs/framework/data/adonet/dataset-datatable-dataview/dataviews.md
index 54d999f3101..679c48403aa 100644
--- a/docs/framework/data/adonet/dataset-datatable-dataview/dataviews.md
+++ b/docs/framework/data/adonet/dataset-datatable-dataview/dataviews.md
@@ -7,6 +7,7 @@ ms.sourcegitcommit: 11f11ca6cefe555972b3a5c99729d1a7523d8f50
ms.translationtype: MT
ms.contentlocale: ja-JP
ms.lasthandoff: 05/03/2018
+ms.locfileid: "32758800"
---
# DataView
では、 に格納されているデータのさまざまなビューを作成できます。この機能は、データ連結アプリケーションで頻繁に使用されます。 使用して、 **DataView**さまざまな並べ替え順序、テーブル内のデータを公開することができます、および行の状態やフィルター式に基づいて、データをフィルター処理できます。
diff --git a/docs/framework/data/adonet/dataset-datatable-dataview/map-keyref-xml-schema-xsd-constraints-to-dataset-constraints.md b/docs/framework/data/adonet/dataset-datatable-dataview/map-keyref-xml-schema-xsd-constraints-to-dataset-constraints.md
index 54d273eb137..a674ddc609d 100644
--- a/docs/framework/data/adonet/dataset-datatable-dataview/map-keyref-xml-schema-xsd-constraints-to-dataset-constraints.md
+++ b/docs/framework/data/adonet/dataset-datatable-dataview/map-keyref-xml-schema-xsd-constraints-to-dataset-constraints.md
@@ -7,6 +7,7 @@ ms.sourcegitcommit: 11f11ca6cefe555972b3a5c99729d1a7523d8f50
ms.translationtype: MT
ms.contentlocale: ja-JP
ms.lasthandoff: 05/03/2018
+ms.locfileid: "32758556"
---
# XML スキーマ (XSD) のキー参照制約の DataSet 制約への割り当て
**Keyref**要素では、ドキュメント内の要素間のリンクを確立することができます。 これは、リレーショナル データベースの外部キーのリレーションシップと同様です。 スキーマを指定する場合、 **keyref**要素で、要素がのテーブル内の列に対応する外部キー制約にスキーマの割り当て処理中に変換された、です。 既定では、 **keyref**要素に、リレーションも生成されます、 **ParentTable**、 **ChildTable**、 **ParentColumn**、および**ChildColumn**リレーションに指定されたプロパティ。
diff --git a/docs/framework/data/adonet/query-expression-syntax-examples-join-operators.md b/docs/framework/data/adonet/query-expression-syntax-examples-join-operators.md
index 81c1f40d91a..fa53e8d5a8b 100644
--- a/docs/framework/data/adonet/query-expression-syntax-examples-join-operators.md
+++ b/docs/framework/data/adonet/query-expression-syntax-examples-join-operators.md
@@ -10,6 +10,7 @@ ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
ms.lasthandoff: 05/04/2018
+ms.locfileid: "33357677"
---
# クエリ式の構文例 : 結合演算子 (LINQ to DataSet)
結合は、リレーショナル データベース テーブルのように互いにナビゲート可能なリレーションシップを持たないデータ ソースをターゲットとするクエリにおいて重要な操作です。 2 つのデータ ソースを結合する操作とは、あるデータ ソース内のオブジェクトを、他方のデータ ソース内で共通の属性を持つオブジェクトと関連付けることです。 詳細については、次を参照してください。[標準クエリ演算子の概要](http://msdn.microsoft.com/library/24cda21e-8af8-4632-b519-c404a839b9b2)です。
diff --git a/docs/framework/data/adonet/sql/aspnet-apps-using-wait-handles.md b/docs/framework/data/adonet/sql/aspnet-apps-using-wait-handles.md
index 27c93a417e6..cafe7466de4 100644
--- a/docs/framework/data/adonet/sql/aspnet-apps-using-wait-handles.md
+++ b/docs/framework/data/adonet/sql/aspnet-apps-using-wait-handles.md
@@ -10,6 +10,7 @@ ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
ms.lasthandoff: 05/04/2018
+ms.locfileid: "33356464"
---
# 待機ハンドルを使用した ASP.NET アプリケーション
アプリケーションが一度に 1 つの非同期操作しか処理しない場合は、コールバック モデルとポーリング モデルが非同期操作の処理に役立ちます。 Wait モデルを使用することで、複数の非同期操作をより柔軟に処理できます。 Wait モデルには Wait (Any) モデルと Wait (All) モデルの 2 つがあり、モデルの実装に使用される メソッドに指定されます。
diff --git a/docs/framework/data/adonet/sql/linq/customizing-operations-by-using-stored-procedures-exclusively.md b/docs/framework/data/adonet/sql/linq/customizing-operations-by-using-stored-procedures-exclusively.md
index 7aaf70eb920..36058340773 100644
--- a/docs/framework/data/adonet/sql/linq/customizing-operations-by-using-stored-procedures-exclusively.md
+++ b/docs/framework/data/adonet/sql/linq/customizing-operations-by-using-stored-procedures-exclusively.md
@@ -10,6 +10,7 @@ ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
ms.lasthandoff: 05/04/2018
+ms.locfileid: "33357515"
---
# ストアド プロシージャのみによる操作のカスタマイズ
ストアド プロシージャのみを使用してデータにアクセスすることは、一般的なシナリオです。
diff --git a/docs/framework/deployment/side-by-side-execution.md b/docs/framework/deployment/side-by-side-execution.md
index cad29e449fa..fef1c190669 100644
--- a/docs/framework/deployment/side-by-side-execution.md
+++ b/docs/framework/deployment/side-by-side-execution.md
@@ -11,6 +11,7 @@ ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: HT
ms.contentlocale: ja-JP
ms.lasthandoff: 05/04/2018
+ms.locfileid: "33395162"
---
# .NET Framework での side-by-side 実行
side-by-side 実行は、アプリケーションまたはコンポーネントの複数のバージョンを同じコンピューターで実行する機能です。 共通言語ランタイムの複数のバージョン、および 1 つの共通言語ランタイムを使用するアプリケーションとコンポーネントの複数のバージョンを同じコンピューターで同時に実行できます。
diff --git a/docs/framework/network-programming/ftp.md b/docs/framework/network-programming/ftp.md
index 8c1e150463d..baf683c9313 100644
--- a/docs/framework/network-programming/ftp.md
+++ b/docs/framework/network-programming/ftp.md
@@ -12,6 +12,7 @@ ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: HT
ms.contentlocale: ja-JP
ms.lasthandoff: 05/04/2018
+ms.locfileid: "33395075"
---
# FTP
.NET Framework は、 クラスと クラスを使用して、FTP プロトコルの包括的なサポートを提供します。 これらのクラスは と から派生します。 ほとんどの場合、 クラスと クラスは、要求を行うために必要なすべてを提供しますが、プロパティとして公開されている FTP 固有の機能にアクセスする必要がある場合は、これらのクラスを または に型キャストすることができます。
diff --git a/docs/framework/network-programming/ipv6-addressing.md b/docs/framework/network-programming/ipv6-addressing.md
index 2a6a3805e00..35f413028ff 100644
--- a/docs/framework/network-programming/ipv6-addressing.md
+++ b/docs/framework/network-programming/ipv6-addressing.md
@@ -34,6 +34,7 @@ ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: HT
ms.contentlocale: ja-JP
ms.lasthandoff: 05/04/2018
+ms.locfileid: "33394837"
---
# IPv6 アドレス指定
インターネット プロトコル バージョン 6 (IPv6) では、アドレスの長さは 128 ビットです。 このような大きいアドレス空間の 1 つの理由は、インターネットのトポロジを反映したルーティング ドメインの階層構造に利用可能なアドレスを細分化するためです。 別の理由は、ネットワークにデバイスを接続するネットワーク アダプター (インターフェイス) のアドレスをマップするためです。 IPv6 は、ネットワーク インターフェイス レベルである最下位レベルでアドレスを解決する固有の機能、および自動構成機能を備えています。
diff --git a/docs/framework/unmanaged-api/debugging/icorpublishprocess-interface.md b/docs/framework/unmanaged-api/debugging/icorpublishprocess-interface.md
index d7e83c87456..b1ec45fd16a 100644
--- a/docs/framework/unmanaged-api/debugging/icorpublishprocess-interface.md
+++ b/docs/framework/unmanaged-api/debugging/icorpublishprocess-interface.md
@@ -18,9 +18,10 @@ author: rpetrusha
ms.author: ronpet
ms.openlocfilehash: 19f76a163fae4a1390a2e0fcb85299f8ce78180c
ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
-ms.translationtype: MT
+ms.translationtype: HT
ms.contentlocale: ja-JP
ms.lasthandoff: 05/04/2018
+ms.locfileid: "33435891"
---
# ICorPublishProcess インターフェイス
表示するプロセスについての情報にアクセスするメソッドを提供します。
diff --git a/docs/framework/unmanaged-api/hosting/coinitializeee-function.md b/docs/framework/unmanaged-api/hosting/coinitializeee-function.md
index 34af7d252d6..1b0f3c9a27b 100644
--- a/docs/framework/unmanaged-api/hosting/coinitializeee-function.md
+++ b/docs/framework/unmanaged-api/hosting/coinitializeee-function.md
@@ -18,9 +18,10 @@ author: rpetrusha
ms.author: ronpet
ms.openlocfilehash: 8bbd25909e70826f8cd29076c1eb62a4da6779cd
ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
-ms.translationtype: MT
+ms.translationtype: HT
ms.contentlocale: ja-JP
ms.lasthandoff: 05/04/2018
+ms.locfileid: "33435402"
---
# CoInitializeEE 関数
共通言語ランタイムの実行エンジンがプロセスに読み込まれることになります。 この関数は非推奨、[!INCLUDE[net_v40_long](../../../../includes/net-v40-long-md.md)]です。 使用して、 [iclrruntimehost::start](../../../../docs/framework/unmanaged-api/hosting/iclrruntimehost-start-method.md)メソッド代わりにします。
diff --git a/docs/framework/unmanaged-api/hosting/iclrgcmanager2-interface.md b/docs/framework/unmanaged-api/hosting/iclrgcmanager2-interface.md
index 01995361ac1..609223dfcfa 100644
--- a/docs/framework/unmanaged-api/hosting/iclrgcmanager2-interface.md
+++ b/docs/framework/unmanaged-api/hosting/iclrgcmanager2-interface.md
@@ -18,9 +18,10 @@ author: rpetrusha
ms.author: ronpet
ms.openlocfilehash: fb6cff796a6a7b866357d51350b7b026b019745e
ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
-ms.translationtype: MT
+ms.translationtype: HT
ms.contentlocale: ja-JP
ms.lasthandoff: 05/04/2018
+ms.locfileid: "33436294"
---
# ICLRGCManager2 インターフェイス
ホストが共通言語ランタイムのガベージ コレクション システムとやり取りできるようにするメソッドを提供します。
diff --git a/docs/framework/unmanaged-api/hosting/iclrtaskmanager-setlocale-method.md b/docs/framework/unmanaged-api/hosting/iclrtaskmanager-setlocale-method.md
index 5cf570d5fd1..6ec3a646add 100644
--- a/docs/framework/unmanaged-api/hosting/iclrtaskmanager-setlocale-method.md
+++ b/docs/framework/unmanaged-api/hosting/iclrtaskmanager-setlocale-method.md
@@ -19,9 +19,10 @@ author: rpetrusha
ms.author: ronpet
ms.openlocfilehash: ab6b13c6b7dba34f5ea82d05f483b36bf96aab1d
ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
-ms.translationtype: MT
+ms.translationtype: HT
ms.contentlocale: ja-JP
ms.lasthandoff: 05/04/2018
+ms.locfileid: "33437327"
---
# ICLRTaskManager::SetLocale メソッド
ホストが現在実行中のタスクのロケール識別子 (地理的なカルチャや言語にマップする) の値を変更したことを共通言語ランタイム (CLR) に通知します。
diff --git a/docs/framework/unmanaged-api/hosting/icorconfiguration-setgchostcontrol-method.md b/docs/framework/unmanaged-api/hosting/icorconfiguration-setgchostcontrol-method.md
index d326640ecd6..466a027e350 100644
--- a/docs/framework/unmanaged-api/hosting/icorconfiguration-setgchostcontrol-method.md
+++ b/docs/framework/unmanaged-api/hosting/icorconfiguration-setgchostcontrol-method.md
@@ -19,9 +19,10 @@ author: rpetrusha
ms.author: ronpet
ms.openlocfilehash: 48c2a394126aca3a10b38ab2ba2df945f53e45d6
ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
-ms.translationtype: MT
+ms.translationtype: HT
ms.contentlocale: ja-JP
ms.lasthandoff: 05/04/2018
+ms.locfileid: "33438273"
---
# ICorConfiguration::SetGCHostControl メソッド
仮想メモリの制限を変更するホストに要求、ガベージ コレクターが使用するコールバック インターフェイスを設定します。
diff --git a/docs/framework/unmanaged-api/hosting/icorconfiguration-setgcthreadcontrol-method.md b/docs/framework/unmanaged-api/hosting/icorconfiguration-setgcthreadcontrol-method.md
index 39476830e36..a2126aea7ff 100644
--- a/docs/framework/unmanaged-api/hosting/icorconfiguration-setgcthreadcontrol-method.md
+++ b/docs/framework/unmanaged-api/hosting/icorconfiguration-setgcthreadcontrol-method.md
@@ -19,9 +19,10 @@ author: rpetrusha
ms.author: ronpet
ms.openlocfilehash: 9da3c0ee081b81411d13dfcf9c8557c6bd4d3448
ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
-ms.translationtype: MT
+ms.translationtype: HT
ms.contentlocale: ja-JP
ms.lasthandoff: 05/04/2018
+ms.locfileid: "33437308"
---
# ICorConfiguration::SetGCThreadControl メソッド
それ以外の場合のみがブロックされるガベージ コレクションの非ランタイム タスクのスレッドのスケジュールのコールバック インターフェイスを設定します。
diff --git a/docs/framework/unmanaged-api/hosting/icorruntimehost-mapfile-method.md b/docs/framework/unmanaged-api/hosting/icorruntimehost-mapfile-method.md
index 539666db4b1..d7f22685241 100644
--- a/docs/framework/unmanaged-api/hosting/icorruntimehost-mapfile-method.md
+++ b/docs/framework/unmanaged-api/hosting/icorruntimehost-mapfile-method.md
@@ -19,9 +19,10 @@ author: rpetrusha
ms.author: ronpet
ms.openlocfilehash: 45b88758c339cd77bc7e17e0c29969f8783555f4
ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
-ms.translationtype: MT
+ms.translationtype: HT
ms.contentlocale: ja-JP
ms.lasthandoff: 05/04/2018
+ms.locfileid: "33436625"
---
# ICorRuntimeHost::MapFile メソッド
メモリに指定されたファイルをマップします。 このメソッドは、互換性のために残されています。
diff --git a/docs/framework/unmanaged-api/hosting/igchost2-setgcstartuplimitsex-method.md b/docs/framework/unmanaged-api/hosting/igchost2-setgcstartuplimitsex-method.md
index ac41f8a2d9a..939d6687c38 100644
--- a/docs/framework/unmanaged-api/hosting/igchost2-setgcstartuplimitsex-method.md
+++ b/docs/framework/unmanaged-api/hosting/igchost2-setgcstartuplimitsex-method.md
@@ -19,9 +19,10 @@ author: rpetrusha
ms.author: ronpet
ms.openlocfilehash: f92667191cad163998d233e1110365de65c0340c
ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
-ms.translationtype: MT
+ms.translationtype: HT
ms.contentlocale: ja-JP
ms.lasthandoff: 05/04/2018
+ms.locfileid: "33437691"
---
# IGCHost2::SetGCStartupLimitsEx メソッド
ジェネレーション 0 のセグメントのサイズと最大サイズを設定します。
diff --git a/docs/framework/unmanaged-api/hosting/igcthreadcontrol-threadisblockingforsuspension-method.md b/docs/framework/unmanaged-api/hosting/igcthreadcontrol-threadisblockingforsuspension-method.md
index 39ee5ab35f1..0752eb79fa1 100644
--- a/docs/framework/unmanaged-api/hosting/igcthreadcontrol-threadisblockingforsuspension-method.md
+++ b/docs/framework/unmanaged-api/hosting/igcthreadcontrol-threadisblockingforsuspension-method.md
@@ -19,9 +19,10 @@ author: rpetrusha
ms.author: ronpet
ms.openlocfilehash: 6f4b767fe7134833ee2e404be30bb51bf1385ec9
ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
-ms.translationtype: MT
+ms.translationtype: HT
ms.contentlocale: ja-JP
ms.lasthandoff: 05/04/2018
+ms.locfileid: "33437038"
---
# IGCThreadControl::ThreadIsBlockingForSuspension メソッド
呼び出しを行っているスレッドがガベージ コレクションまたはその他の中断のためにブロックすることをホストに通知します。
diff --git a/docs/framework/unmanaged-api/hosting/ihosttaskmanager-reverseleaveruntime-method.md b/docs/framework/unmanaged-api/hosting/ihosttaskmanager-reverseleaveruntime-method.md
index f63b2b5f65f..cf2b1316fda 100644
--- a/docs/framework/unmanaged-api/hosting/ihosttaskmanager-reverseleaveruntime-method.md
+++ b/docs/framework/unmanaged-api/hosting/ihosttaskmanager-reverseleaveruntime-method.md
@@ -19,9 +19,10 @@ author: rpetrusha
ms.author: ronpet
ms.openlocfilehash: 0800a1441b75c5003eabc77793b2b4fa3dd8f0da
ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
-ms.translationtype: MT
+ms.translationtype: HT
ms.contentlocale: ja-JP
ms.lasthandoff: 05/04/2018
+ms.locfileid: "33444060"
---
# IHostTaskManager::ReverseLeaveRuntime メソッド
コントロールが共通言語ランタイム (CLR) のままであり、さらに、マネージ コードから呼び出されたアンマネージ関数を入力することをホストに通知します。
diff --git a/docs/framework/unmanaged-api/hosting/ivalidator-formateventinfo-method.md b/docs/framework/unmanaged-api/hosting/ivalidator-formateventinfo-method.md
index 1d8d57b8fce..cc22d5439cc 100644
--- a/docs/framework/unmanaged-api/hosting/ivalidator-formateventinfo-method.md
+++ b/docs/framework/unmanaged-api/hosting/ivalidator-formateventinfo-method.md
@@ -19,9 +19,10 @@ author: rpetrusha
ms.author: ronpet
ms.openlocfilehash: 875052ed26e83de50807e33e9c74dcf89f7ee679
ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
-ms.translationtype: MT
+ms.translationtype: HT
ms.contentlocale: ja-JP
ms.lasthandoff: 05/04/2018
+ms.locfileid: "33440646"
---
# IValidator::FormatEventInfo メソッド
指定された検証エラーに対応するエラー メッセージを取得します。
diff --git a/docs/framework/unmanaged-api/metadata/cornativelinktype-enumeration.md b/docs/framework/unmanaged-api/metadata/cornativelinktype-enumeration.md
index d84e921699d..6395a38f1ee 100644
--- a/docs/framework/unmanaged-api/metadata/cornativelinktype-enumeration.md
+++ b/docs/framework/unmanaged-api/metadata/cornativelinktype-enumeration.md
@@ -18,9 +18,10 @@ author: mairaw
ms.author: mairaw
ms.openlocfilehash: 2bf8848851dc99c60b8c151ed34cd536fa9a8fed
ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
-ms.translationtype: MT
+ms.translationtype: HT
ms.contentlocale: ja-JP
ms.lasthandoff: 05/04/2018
+ms.locfileid: "33443262"
---
# CorNativeLinkType 列挙型
ネイティブ コード内のリンクの種類を示す値を提供します。
diff --git a/docs/framework/unmanaged-api/metadata/iceegen-generateceememoryimage-method.md b/docs/framework/unmanaged-api/metadata/iceegen-generateceememoryimage-method.md
index d134cf3b03b..6ed50519e34 100644
--- a/docs/framework/unmanaged-api/metadata/iceegen-generateceememoryimage-method.md
+++ b/docs/framework/unmanaged-api/metadata/iceegen-generateceememoryimage-method.md
@@ -19,9 +19,10 @@ author: mairaw
ms.author: mairaw
ms.openlocfilehash: 88323f50acac28f1f703a34213f46db82e67d5dd
ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
-ms.translationtype: MT
+ms.translationtype: HT
ms.contentlocale: ja-JP
ms.lasthandoff: 05/04/2018
+ms.locfileid: "33442729"
---
# ICeeGen::GenerateCeeMemoryImage メソッド
コード ベースのメモリ内のイメージを生成します。
diff --git a/docs/framework/unmanaged-api/metadata/imaptoken-interface.md b/docs/framework/unmanaged-api/metadata/imaptoken-interface.md
index cebbb34a25e..17aba64b519 100644
--- a/docs/framework/unmanaged-api/metadata/imaptoken-interface.md
+++ b/docs/framework/unmanaged-api/metadata/imaptoken-interface.md
@@ -18,9 +18,10 @@ author: mairaw
ms.author: mairaw
ms.openlocfilehash: 661aeff56955f729a5728f00f563bb2bef971a9f
ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
-ms.translationtype: MT
+ms.translationtype: HT
ms.contentlocale: ja-JP
ms.lasthandoff: 05/04/2018
+ms.locfileid: "33444393"
---
# IMapToken インターフェイス
アセンブリ間のマッピング機能を提供します。
diff --git a/docs/framework/winforms/controls/how-to-set-default-cell-styles-for-the-windows-forms-datagridview-control.md b/docs/framework/winforms/controls/how-to-set-default-cell-styles-for-the-windows-forms-datagridview-control.md
index fe0f6fe6a13..f84eb8f48bc 100644
--- a/docs/framework/winforms/controls/how-to-set-default-cell-styles-for-the-windows-forms-datagridview-control.md
+++ b/docs/framework/winforms/controls/how-to-set-default-cell-styles-for-the-windows-forms-datagridview-control.md
@@ -14,6 +14,7 @@ ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
ms.lasthandoff: 05/04/2018
+ms.locfileid: "33538682"
---
# 方法 : Windows フォーム DataGridView コントロールの既定のセル スタイルを設定する
コントロールを使用して、コントロール全体、および特定の列と行の既定のセル スタイルを指定できます。 これらは既定でフィルターを下に移動し、コントロール レベルから列レベルへ、次に行レベルへ、その次にセル レベルへ移動します。 特定の プロパティがセル レベルで設定されていないと、行レベルで既定のプロパティの設定が使用されます。 行レベルでもプロパティが設定されていない場合、既定の列の設定が使用されます。 最後に、列レベルでもプロパティが設定されていない場合、既定の の設定が使用されます。 この設定により、複数のレベルでプロパティの設定を複製する必要がなくなります。 各レベルでは、上位のレベルとは異なるスタイルだけを指定します。 詳細については、次を参照してください。 [Windows フォーム DataGridView コントロールのセル スタイル](../../../../docs/framework/winforms/controls/cell-styles-in-the-windows-forms-datagridview-control.md)です。
diff --git a/docs/framework/winforms/controls/menustrip-control-windows-forms.md b/docs/framework/winforms/controls/menustrip-control-windows-forms.md
index 2eab88dcb20..98406ad0120 100644
--- a/docs/framework/winforms/controls/menustrip-control-windows-forms.md
+++ b/docs/framework/winforms/controls/menustrip-control-windows-forms.md
@@ -10,6 +10,7 @@ ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
ms.lasthandoff: 05/04/2018
+ms.locfileid: "33540191"
---
# MenuStrip コントロール (Windows フォーム)
このコントロールは、アプリケーション コマンドをグループ化して簡単にアクセスできるようにします。
diff --git a/docs/framework/winforms/drag-and-drop-functionality-in-windows-forms.md b/docs/framework/winforms/drag-and-drop-functionality-in-windows-forms.md
index 6ba298c3ce0..f91335a9a24 100644
--- a/docs/framework/winforms/drag-and-drop-functionality-in-windows-forms.md
+++ b/docs/framework/winforms/drag-and-drop-functionality-in-windows-forms.md
@@ -10,6 +10,7 @@ ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
ms.lasthandoff: 05/04/2018
+ms.locfileid: "33539401"
---
# Windows フォームにおけるドラッグ アンド ドロップ機能
Windows フォームには、ドラッグ アンド ドロップの動作を実装する一連のメソッド、イベント、およびクラスが含まれています。 このトピックでは、Windows フォームでのドラッグ アンド ドロップのサポートの概要について説明します。 参照してください[ドラッグ アンド ドロップ操作とクリップボードのサポート](http://msdn.microsoft.com/library/fe5ebfwe\(v=vs.110\))です。
diff --git a/docs/framework/winforms/how-to-modify-keyboard-input-to-a-standard-control.md b/docs/framework/winforms/how-to-modify-keyboard-input-to-a-standard-control.md
index 836c45b528d..e3894f46b14 100644
--- a/docs/framework/winforms/how-to-modify-keyboard-input-to-a-standard-control.md
+++ b/docs/framework/winforms/how-to-modify-keyboard-input-to-a-standard-control.md
@@ -15,6 +15,7 @@ ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
ms.lasthandoff: 05/04/2018
+ms.locfileid: "33540291"
---
# 方法 : キーボード入力を標準コントロールに変更する
Windows フォームは、キーボードの入力を使用して変更する機能を提供します。 キーの使用とは、メッセージ キューのさらに下のその他のメソッドとイベントが、キーの値を受信しないようにメソッドまたはイベント ハンドラー内のキーを処理することを表します。 キーの変更とは、メッセージ キューのさらに下のメソッドとイベント ハンドラーが、異なるキーの値を受け取るようにキーの値を変更することを表します。 このトピックでは、これらのタスクを実行する方法について説明します。
diff --git a/docs/framework/winforms/more-secure-printing-in-windows-forms.md b/docs/framework/winforms/more-secure-printing-in-windows-forms.md
index 598045cd97b..3bc730b4d5a 100644
--- a/docs/framework/winforms/more-secure-printing-in-windows-forms.md
+++ b/docs/framework/winforms/more-secure-printing-in-windows-forms.md
@@ -12,6 +12,7 @@ ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
ms.lasthandoff: 05/04/2018
+ms.locfileid: "33538940"
---
# Windows フォームでのより安全な印刷
Windows フォーム アプリケーションには、印刷機能を備えて頻繁に含まれます。 [!INCLUDE[dnprdnshort](../../../includes/dnprdnshort-md.md)]を使用して、クラスからの印刷機能へのアクセス制御および関連付けられたアクセスのレベルを示す列挙値。 既定では、既定では、ローカルのイントラネットとインターネット ゾーンで印刷が有効にします。ただし、アクセスのレベルは、両方の領域で制限されます。 ユーザーとのやり取りが必要だかどうかを印刷できるアプリケーション、または印刷は、アプリケーションに付与されるアクセス許可の値に依存できません。 ローカル イントラネット ゾーンでは既定では、とイントラネット ゾーンのアクセスを受け取るアクセスします。
diff --git a/docs/framework/winforms/multiple-controls-bound-to-data-source-synchronized.md b/docs/framework/winforms/multiple-controls-bound-to-data-source-synchronized.md
index 47e977343d5..31a5851b4c7 100644
--- a/docs/framework/winforms/multiple-controls-bound-to-data-source-synchronized.md
+++ b/docs/framework/winforms/multiple-controls-bound-to-data-source-synchronized.md
@@ -13,6 +13,7 @@ ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
ms.lasthandoff: 05/04/2018
+ms.locfileid: "33539541"
---
# 方法 : 複数のコントロールを 1 つのデータ ソースにバインドして同期状態を保つ
Windows フォームでのデータ バインディングを使用する場合に多くの場合は、複数のコントロールが、同じデータ ソースにバインドされます。 場合によっては、コントロールのバインド プロパティのデータ ソースと他の同期を保つための余分な手順を実行するために必要な場合があります。 次の手順は、2 つの状況で必要があります。
diff --git a/docs/framework/wpf/controls/how-to-create-and-use-a-canvas.md b/docs/framework/wpf/controls/how-to-create-and-use-a-canvas.md
index 5846f711427..898afc0d1f3 100644
--- a/docs/framework/wpf/controls/how-to-create-and-use-a-canvas.md
+++ b/docs/framework/wpf/controls/how-to-create-and-use-a-canvas.md
@@ -14,6 +14,7 @@ ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
ms.lasthandoff: 05/04/2018
+ms.locfileid: "33552845"
---
# 方法 : Canvas を作成および使用する
この例は、作成しのインスタンスを使用する方法を示しています。です。
diff --git a/docs/framework/wpf/controls/how-to-handle-the-scrollchanged-event.md b/docs/framework/wpf/controls/how-to-handle-the-scrollchanged-event.md
index 55dbf05deaa..2eb081705ca 100644
--- a/docs/framework/wpf/controls/how-to-handle-the-scrollchanged-event.md
+++ b/docs/framework/wpf/controls/how-to-handle-the-scrollchanged-event.md
@@ -13,6 +13,7 @@ ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
ms.lasthandoff: 05/04/2018
+ms.locfileid: "33552702"
---
# 方法: ScrollChanged イベントを処理する
## 例
diff --git a/docs/framework/wpf/controls/how-to-position-the-child-elements-of-a-grid.md b/docs/framework/wpf/controls/how-to-position-the-child-elements-of-a-grid.md
index 7b4e13d60d1..454dcc346f5 100644
--- a/docs/framework/wpf/controls/how-to-position-the-child-elements-of-a-grid.md
+++ b/docs/framework/wpf/controls/how-to-position-the-child-elements-of-a-grid.md
@@ -12,6 +12,7 @@ ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
ms.lasthandoff: 05/04/2018
+ms.locfileid: "33552150"
---
# 方法 : グリッドの子要素を配置する
この例は、get を使用してで定義されているメソッドを設定する方法を示します子要素を配置します。
diff --git a/docs/framework/wpf/controls/how-to-rotate-an-image.md b/docs/framework/wpf/controls/how-to-rotate-an-image.md
index 1d2274cbb80..7f62a254a67 100644
--- a/docs/framework/wpf/controls/how-to-rotate-an-image.md
+++ b/docs/framework/wpf/controls/how-to-rotate-an-image.md
@@ -13,6 +13,7 @@ ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
ms.lasthandoff: 05/04/2018
+ms.locfileid: "33551896"
---
# 方法 : イメージを回転させる
この例を使用してイメージを 90 ° 回転、のプロパティ、です。
diff --git a/docs/fsharp/language-reference/symbol-and-operator-reference/arithmetic-operators.md b/docs/fsharp/language-reference/symbol-and-operator-reference/arithmetic-operators.md
index f998064bfd1..a8bbe7cb16e 100644
--- a/docs/fsharp/language-reference/symbol-and-operator-reference/arithmetic-operators.md
+++ b/docs/fsharp/language-reference/symbol-and-operator-reference/arithmetic-operators.md
@@ -7,6 +7,7 @@ ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
ms.lasthandoff: 05/04/2018
+ms.locfileid: "33565939"
---
# 算術演算子