IVsPerPropertyBrowsing Methods

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

NameDescription
System_CAPS_pubmethodCanResetPropertyValue(Int32, Int32)

Checks whether the given property can be reset to the default value.

System_CAPS_pubmethodDisplayChildProperties(Int32, Int32)

Allows properties of type VT_DISPATCH to be viewed recursively.

System_CAPS_pubmethodGetClassName(String^)

Returns the classname for this object.

System_CAPS_pubmethodGetLocalizedPropertyInfo(Int32, UInt32, String^, String^)

Retrieves the localized name and description for a property.

System_CAPS_pubmethodHasDefaultValue(Int32, Int32)

Determines if the current value for a property is the default.

System_CAPS_pubmethodHideProperty(Int32, Int32)

Hides the property at the given dispid from the Properties window.

System_CAPS_pubmethodIsPropertyReadOnly(Int32, Int32)

Determines if a property should be made read only.

System_CAPS_pubmethodResetPropertyValue(Int32)

Resets the value of the given property.

Return to top
Show: