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
'Declaración
<InterfaceTypeAttribute()> _
<GuidAttribute("55272A00-42CB-11CE-8135-00AA004BB851")> _
Public Interface IPropertyBag
[InterfaceTypeAttribute()]
[GuidAttribute("55272A00-42CB-11CE-8135-00AA004BB851")]
public interface IPropertyBag
The IPropertyBag type exposes the following members.
Methods
Name | Description | |
---|---|---|
Read | ||
Write |
Top