IVsPropertyBag Interface

Definition

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.

Applies to