IPropertyBag Interface
Sets and retrieves values for particular properties. For more information, see IPropertyBag.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("55272A00-42CB-11CE-8135-00AA004BB851")> _
Public Interface IPropertyBag
[InterfaceTypeAttribute()]
[GuidAttribute("55272A00-42CB-11CE-8135-00AA004BB851")]
public interface IPropertyBag
[InterfaceTypeAttribute()]
[GuidAttribute(L"55272A00-42CB-11CE-8135-00AA004BB851")]
public interface class IPropertyBag
[<InterfaceTypeAttribute()>]
[<GuidAttribute("55272A00-42CB-11CE-8135-00AA004BB851")>]
type IPropertyBag = interface end
public interface IPropertyBag
The IPropertyBag type exposes the following members.
Methods
Name | Description | |
---|---|---|
Read | ||
Write |
Top