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)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("AAEEAC4C-3BF3-492C-927D-84AB7D93D6DF")> _
Public Interface IVsPropertyBag
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("AAEEAC4C-3BF3-492C-927D-84AB7D93D6DF")]
public interface IVsPropertyBag
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"AAEEAC4C-3BF3-492C-927D-84AB7D93D6DF")]
public interface class IVsPropertyBag
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("AAEEAC4C-3BF3-492C-927D-84AB7D93D6DF")>]
type IVsPropertyBag = interface end
public interface IVsPropertyBag
The IVsPropertyBag type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetValue | Retrieves the value of a named property from the property bag. | |
SetValue | Adds or updates a named property in the property bag. |
Top