IPropertyBag Interface

Definition

Sets and retrieves values for particular properties. For more information, see IPropertyBag.

public interface class IPropertyBag
public interface class IPropertyBag
__interface IPropertyBag
[System.Runtime.InteropServices.Guid("55272A00-42CB-11CE-8135-00AA004BB851")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IPropertyBag
[System.Runtime.InteropServices.Guid("55272A00-42CB-11CE-8135-00AA004BB851")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IPropertyBag
[<System.Runtime.InteropServices.Guid("55272A00-42CB-11CE-8135-00AA004BB851")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IPropertyBag = interface
[<System.Runtime.InteropServices.Guid("55272A00-42CB-11CE-8135-00AA004BB851")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IPropertyBag = interface
Public Interface IPropertyBag
Attributes

Methods

Read(String, Object, IErrorLog, UInt32, Object)
Write(String, Object)

Applies to