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
Public method CanResetPropertyValue Checks whether the given property can be reset to the default value.
Public method DisplayChildProperties Allows properties of type VT_DISPATCH to be viewed recursively.
Public method GetClassName Returns the classname for this object.
Public method GetLocalizedPropertyInfo Retrieves the localized name and description for a property.
Public method HasDefaultValue Determines if the current value for a property is the default.
Public method HideProperty Hides the property at the given dispid from the Properties window.
Public method IsPropertyReadOnly Determines if a property should be made read only.
Public method ResetPropertyValue Resets the value of the given property.

Top

See Also

Reference

IVsPerPropertyBrowsing Interface

Microsoft.VisualStudio.Shell.Interop Namespace