ISnapinProperties interface (mmcobj.h)
The ISnapinProperties interface enables a snap-in to initialize the snap-in's properties and receive notification when a property is added, changed, or deleted.
The ISnapinProperties interface is implemented by the snap-in. The properties provided by the ISnapinProperties interface correspond to the Properties property of the SnapIn object. The SnapIn object is part of the MMC 2.0 automation object model.
Inheritance
The ISnapinProperties interface inherits from the IUnknown interface. ISnapinProperties also has these types of members:
Methods
The ISnapinProperties interface has these methods.
ISnapinProperties::Initialize The Initialize method initializes a snap-in. |
ISnapinProperties::PropertiesChanged Called when a property is added, changed, or deleted. |
ISnapinProperties::QueryPropertyNames The QueryPropertyNames method returns the names of the properties used for the snap-in's configuration. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Target Platform | Windows |
Header | mmcobj.h |