IBaseMessage.GetPartByIndex(Int32, String) Method
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.
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
Parameters
- index
- Int32
- partName
- String