IVsPropertyBag Interface

 

Manages a name-value pair collection.

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

[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute("AAEEAC4C-3BF3-492C-927D-84AB7D93D6DF")]
public interface class IVsPropertyBag

NameDescription
System_CAPS_pubmethodGetValue(String^)

Retrieves the value of a named property from the property bag.

System_CAPS_pubmethodSetValue(String^, Object^)

Adds or updates a named property in the property bag.

Return to top
Show: