Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 759 Bytes

File metadata and controls

21 lines (16 loc) · 759 Bytes
description AccessDbProviderSample05 Code Sample
ms.date 09/13/2016
ms.topic reference
title AccessDbProviderSample05 Code Sample

AccessDbProviderSample05 Code Sample

The following code shows the implementation of the Windows PowerShell navigation provider described in Creating a Windows PowerShell Navigation Provider. This provider supports recursive commands, nested containers, and relative paths that allow it to navigate the data store.

Code Sample

:::code language="csharp" source="~/../powershell-sdk-samples/SDK-2.0/csharp/AccessDBProviderSample05/AccessDBProviderSample05.cs" range="11-1960":::

See Also

Windows PowerShell SDK