PSObjectTypeDescriptionProvider Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves a PSObjectTypeDescriptor to provides information about the properties for an object of the type PSObject.
public ref class PSObjectTypeDescriptionProvider : System::ComponentModel::TypeDescriptionProvider
public class PSObjectTypeDescriptionProvider : System.ComponentModel.TypeDescriptionProvider
type PSObjectTypeDescriptionProvider = class
inherit TypeDescriptionProvider
Public Class PSObjectTypeDescriptionProvider
Inherits TypeDescriptionProvider
- Inheritance
-
PSObjectTypeDescriptionProvider
Constructors
PSObjectTypeDescriptionProvider() |
Initializes a new instance of PSObjectTypeDescriptionProvider |
Methods
GetTypeDescriptor(Type, Object) |
Retrieves a PSObjectTypeDescriptor to provide information about the properties for an object of the type PSObject. |
Events
GettingValueException |
Occurs when there was an exception getting the value of a property. |
SettingValueException |
Occurs when there was an exception setting the value of a property. |