BizTalkMessage.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:
override Microsoft::BizTalk::Message::Interop::IBaseMessagePart ^ GetPartByIndex(int index, [Runtime::InteropServices::Out] System::String ^ % partName);
public override Microsoft.BizTalk.Message.Interop.IBaseMessagePart GetPartByIndex (int index, out string partName);
override this.GetPartByIndex : int * string -> Microsoft.BizTalk.Message.Interop.IBaseMessagePart
Public Overrides Function GetPartByIndex (index As Integer, ByRef partName As String) As IBaseMessagePart
Parameters
- index
- Int32
- partName
- String