IBaseMessageContext 接口

定义

public interface class IBaseMessageContext : Microsoft::BizTalk::Message::Interop::IBasePropertyBag
[System.Runtime.InteropServices.Guid("fff93005-75a2-450a-8a39-53120ca8d8fa")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IBaseMessageContext : Microsoft.BizTalk.Message.Interop.IBasePropertyBag
type IBaseMessageContext = interface
    interface IBasePropertyBag
Public Interface IBaseMessageContext
Implements IBasePropertyBag
属性
实现

属性

CountProperties

方法

AddPredicate(String, String, Object)
GetPropertyType(String, String)
IsPromoted(String, String)
Promote(String, String, Object)
Read(String, String)
ReadAt(Int32, String, String)
Write(String, String, Object)

扩展方法

WriteOrPromote(IBaseMessageContext, String, String, Object, Boolean)

适用于