IPropertyBag Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |