IVsPropertyBag Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Manages a name-value pair collection.
public interface class IVsPropertyBag
public interface class IVsPropertyBag
__interface IVsPropertyBag
[System.Runtime.InteropServices.Guid("AAEEAC4C-3BF3-492C-927D-84AB7D93D6DF")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsPropertyBag
[<System.Runtime.InteropServices.Guid("AAEEAC4C-3BF3-492C-927D-84AB7D93D6DF")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsPropertyBag = interface
Public Interface IVsPropertyBag
- Attributes
Methods
GetValue(String) |
Retrieves the value of a named property from the property bag. |
SetValue(String, Object) |
Adds or updates a named property in the property bag. |