Skip to content

Commit

Permalink
Commit translated content
Browse files Browse the repository at this point in the history
  • Loading branch information
olprod committed May 8, 2018
1 parent 7f7aa10 commit 09871fd
Show file tree
Hide file tree
Showing 994 changed files with 5,120 additions and 15,684 deletions.
Original file line number Diff line number Diff line change
@@ -1,24 +1,14 @@
---
title: "WIF 3.5 と WIF 4.5 間での名前空間マッピング"
ms.custom:
title: WIF 3.5 と WIF 4.5 間での名前空間マッピング
ms.date: 03/30/2017
ms.prod: .net-framework
ms.reviewer:
ms.suite:
ms.technology: dotnet-clr
ms.tgt_pltfrm:
ms.topic: article
ms.assetid: a092d98c-444d-4336-a644-63c2e11e96c8
caps.latest.revision: "4"
author: BrucePerlerMS
ms.author: bruceper
manager: mbaldwin
ms.workload: dotnet
ms.openlocfilehash: b8d27385a08c58c61983315da41f27f4dcb29368
ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
ms.openlocfilehash: a120347d20de5b881ccb60d03da482856d9e68a7
ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
ms.lasthandoff: 12/22/2017
ms.lasthandoff: 05/04/2018
---
# <a name="namespace-mapping-between-wif-35-and-wif-45"></a>WIF 3.5 と WIF 4.5 間での名前空間マッピング
.NET 4.5 以降では、Windows Identity Foundation (WIF) は .NET Framework に完全に統合されています。 この統合により、名前の変更および WIF の名前空間と API サーフェスの統合が行われました。 このトピックでは、いくつかのガイダンスと、WIF 3.5 の名前空間と WIF 4.5 の名前空間の間の一般的なマッピングを示します。 すべてを網羅するものではなく、使い慣れた WIF 3.5 のクラスが WIF 4.5 のどこで見つかるかについての一般的な情報を提供するだけです。 WIF 3.5 と WIF 4.5 の間の違いについては、「[Windows Identity Foundation 4.5 の新機能](../../../docs/framework/security/whats-new-in-wif.md)」を参照してください。 WIF 3.5 を使ってビルドされたアプリケーションを WIF 4.5 に移行する方法のガイダンスについては、「[Guidelines for Migrating an Application Built Using WIF 3.5 to WIF 4.5](../../../docs/framework/security/guidelines-for-migrating-an-application-built-using-wif-3-5-to-wif-4-5.md)」(WIF 3.5 でビルドされたアプリケーションを WIF 4.5 に移行するためのガイドライン) を参照してください。
Expand Down Expand Up @@ -54,6 +44,6 @@ ms.lasthandoff: 12/22/2017
|`Microsoft.IdentityModel.Web.Controls`|WIF 4.5 では実装されていません。|`Microsoft.IdentityModel.Web.Controls` のクラスはフェデレーション パッシブ サインイン コントロールを実装していましたが、WIF 4.5 には存在しません。|
|`Microsoft.IdentityModel.WindowsTokenService`|WIF 4.5 では実装されていません。|-|

## <a name="see-also"></a>参照
## <a name="see-also"></a>関連項目
[Windows Identity Foundation 4.5 の新機能](../../../docs/framework/security/whats-new-in-wif.md)
[WIF 3.5 でビルドされたアプリケーションを WIF 4.5 に移行するためのガイドライン](../../../docs/framework/security/guidelines-for-migrating-an-application-built-using-wif-3-5-to-wif-4-5.md)
Original file line number Diff line number Diff line change
@@ -1,30 +1,21 @@
---
title: "クライアント側 UI オートメーション プロバイダーの作成"
ms.custom:
title: クライアント側 UI オートメーション プロバイダーの作成
ms.date: 03/30/2017
ms.prod: .net-framework
ms.reviewer:
ms.suite:
ms.technology: dotnet-bcl
ms.tgt_pltfrm:
ms.topic: article
dev_langs:
- csharp
- vb
helpviewer_keywords:
- UI Automation, creating client-side provider
- client-side UI Automation provider, creating
ms.assetid: d91edaf2-be28-41ec-a508-af421cb43c3d
caps.latest.revision: "11"
author: Xansky
ms.author: mhopkins
manager: markl
ms.workload: dotnet
ms.openlocfilehash: 6b788d679d29a9af838b91c7b4468e10a1a8411e
ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
ms.openlocfilehash: 5a391215bb03ca7af010e90443479848f05e4985
ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
ms.lasthandoff: 12/22/2017
ms.lasthandoff: 05/04/2018
---
# <a name="create-a-client-side-ui-automation-provider"></a>クライアント側 UI オートメーション プロバイダーの作成
> [!NOTE]
Expand All @@ -38,6 +29,6 @@ ms.lasthandoff: 12/22/2017
[!code-csharp[UIAClientSideProvider_snip#101](../../../samples/snippets/csharp/VS_Snippets_Wpf/UIAClientSideProvider_snip/CSharp/CSProviderProgram.cs#101)]
[!code-vb[UIAClientSideProvider_snip#101](../../../samples/snippets/visualbasic/VS_Snippets_Wpf/UIAClientSideProvider_snip/visualbasic/csproviderprogram.vb#101)]

## <a name="see-also"></a>参照
## <a name="see-also"></a>関連項目
[UI オートメーション プロバイダーの概要](../../../docs/framework/ui-automation/ui-automation-providers-overview.md)
[クライアント側プロバイダー アセンブリの登録](../../../docs/framework/ui-automation/register-a-client-side-provider-assembly.md)
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
---
title: "UI オートメーションを使用したコントロールの呼び出し"
ms.custom:
title: UI オートメーションを使用したコントロールの呼び出し
ms.date: 03/30/2017
ms.prod: .net-framework
ms.reviewer:
ms.suite:
ms.technology: dotnet-bcl
ms.tgt_pltfrm:
ms.topic: article
dev_langs:
- csharp
- vb
Expand All @@ -16,16 +9,14 @@ helpviewer_keywords:
- UI Automation, invoking controls
- controls, invoking
ms.assetid: 5ee2de3f-256c-43ec-b64c-62ace91f9983
caps.latest.revision: "15"
author: Xansky
ms.author: mhopkins
manager: markl
ms.workload: dotnet
ms.openlocfilehash: 097c92bf927f211e35b5c55c0fc73c0810338e02
ms.sourcegitcommit: c0dd436f6f8f44dc80dc43b07f6841a00b74b23f
ms.openlocfilehash: 89e528e7ff3dbeeba30307adf83434b83f540221
ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
ms.lasthandoff: 01/19/2018
ms.lasthandoff: 05/04/2018
---
# <a name="invoke-a-control-using-ui-automation"></a>UI オートメーションを使用したコントロールの呼び出し
> [!NOTE]
Expand All @@ -49,5 +40,5 @@ ms.lasthandoff: 01/19/2018
[!code-csharp[InvokePatternApp#1102](../../../samples/snippets/csharp/VS_Snippets_Wpf/InvokePatternApp/CSharp/InvokePatternApp.cs#1102)]
[!code-vb[InvokePatternApp#1102](../../../samples/snippets/visualbasic/VS_Snippets_Wpf/InvokePatternApp/VisualBasic/Client.vb#1102)]

## <a name="see-also"></a>参照
## <a name="see-also"></a>関連項目
[InvokePattern および ExpandCollapsePattern メニュー項目のサンプル](http://msdn.microsoft.com/library/b7fa141c-e2d1-4da2-a27f-81a7d1172210)
Original file line number Diff line number Diff line change
@@ -1,32 +1,21 @@
---
title: "マネージ コードの UI オートメーション プロバイダーに関する「方法」トピック"
ms.custom:
title: マネージ コードの UI オートメーション プロバイダーに関する「方法」トピック
ms.date: 03/30/2017
ms.prod: .net-framework
ms.reviewer:
ms.suite:
ms.technology:
- dotnet-bcl
ms.tgt_pltfrm:
ms.topic: article
f1_keywords:
- AutoGeneratedOrientationPage
helpviewer_keywords:
- UI Automation, providers
- UI Automation, custom user interface (UI) elements
- providers, UI Automation
ms.assetid: 88bc4212-3f4e-4bac-bae0-faef31944b71
caps.latest.revision:
author: Xansky
ms.author: mhopkins
manager: markl
ms.workload:
- dotnet
ms.openlocfilehash: f6320bb23420ffcaf736aafabcb5fde38061febd
ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
ms.openlocfilehash: 35fe0d8c3131f150549c042e993532c364e9fe4b
ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
ms.lasthandoff: 12/22/2017
ms.lasthandoff: 05/04/2018
---
# <a name="ui-automation-providers-for-managed-code-how-to-topics"></a>マネージ コードの UI オートメーション プロバイダーに関する「方法」トピック
> [!NOTE]
Expand Down
Loading

0 comments on commit 09871fd

Please sign in to comment.