IVsPerPropertyBrowsing Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | CanResetPropertyValue(Int32, Int32) | Checks whether the given property can be reset to the default value. |
![]() | DisplayChildProperties(Int32, Int32) | Allows properties of type VT_DISPATCH to be viewed recursively. |
![]() | GetClassName(String^) | Returns the classname for this object. |
![]() | GetLocalizedPropertyInfo(Int32, UInt32, String^, String^) | Retrieves the localized name and description for a property. |
![]() | HasDefaultValue(Int32, Int32) | Determines if the current value for a property is the default. |
![]() | HideProperty(Int32, Int32) | Hides the property at the given dispid from the Properties window. |
![]() | IsPropertyReadOnly(Int32, Int32) | Determines if a property should be made read only. |
![]() | ResetPropertyValue(Int32) | Resets the value of the given property. |
Show:
