IVsPerPropertyBrowsing Members
Include Protected Members
Include Inherited Members
IVsPerPropertyBrowsing is used to perform custom edits for localization on some properties displayed in the Properties window.
The IVsPerPropertyBrowsing type exposes the following members.
Methods
Name | Description | |
---|---|---|
CanResetPropertyValue | Checks whether the given property can be reset to the default value. | |
DisplayChildProperties | Allows properties of type VT_DISPATCH to be viewed recursively. | |
GetClassName | Returns the classname for this object. | |
GetLocalizedPropertyInfo | Retrieves the localized name and description for a property. | |
HasDefaultValue | Determines if the current value for a property is the default. | |
HideProperty | Hides the property at the given dispid from the Properties window. | |
IsPropertyReadOnly | Determines if a property should be made read only. | |
ResetPropertyValue | Resets the value of the given property. |
Top