This topic has not yet been rated - Rate this topic

IPropertyCmdletProvider Interface

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Defines the methods used to expose the properties of an item in the data store.


Namespace: System.Management.Automation.Provider
Assembly: System.Management.Automation (in System.Management.Automation)
'Usage
Dim instance As IPropertyCmdletProvider

public interface IPropertyCmdletProvider
public interface IPropertyCmdletProvider
public interface IPropertyCmdletProvider

Developers should implement this interface under the following conditions:

In this context, an "item" is an element of data within a data store. For example, the items exposed through the FileSystem provider can be files or directories. This interface provides the base operations for the other property provider interfaces.

Windows PowerShell provides a TemplateProvider.cs file that is available on the Windows SDK. To start writing your own provider make a copy of this file and use that copy to create your provider, removing any functionality that you do not need. For more information about designing a provider, see Designing Your Windows PowerShell Provider.


 

Target Platforms

Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Server 2008, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional, Windows Vista, Windows Server 2003 R2, Windows XP, Windows 7, Windows 2008 R2, Windows Developer Preview, Windows Server Developer Preview

Send comments about this topic to Microsoft.
Did you find this helpful?
(1500 characters remaining)