IBaseMessage.GetPartByIndex(Int32, String) 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:
Microsoft::BizTalk::Message::Interop::IBaseMessagePart ^ GetPartByIndex(int index, [Runtime::InteropServices::Out] System::String ^ % partName);
public Microsoft.BizTalk.Message.Interop.IBaseMessagePart GetPartByIndex (int index, out string partName);
abstract member GetPartByIndex : int * string -> Microsoft.BizTalk.Message.Interop.IBaseMessagePart
Public Function GetPartByIndex (index As Integer, ByRef partName As String) As IBaseMessagePart
Paramètres
- index
- Int32
- partName
- String