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
'Uso
Dim instance As 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