IBaseMessage.AddPart(String, IBaseMessagePart, Boolean) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public:
void AddPart(System::String ^ partName, Microsoft::BizTalk::Message::Interop::IBaseMessagePart ^ part, bool bBody);
public void AddPart (string partName, Microsoft.BizTalk.Message.Interop.IBaseMessagePart part, bool bBody);
abstract member AddPart : string * Microsoft.BizTalk.Message.Interop.IBaseMessagePart * bool -> unit
Public Sub AddPart (partName As String, part As IBaseMessagePart, bBody As Boolean)
Paramètres
- partName
- String
- part
- IBaseMessagePart
- bBody
- Boolean