Part(XMessage, String, Int32) Constructor
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:
Part(Microsoft::XLANGs::Core::XMessage ^ msg, System::String ^ partName, int partIndex);
public Part (Microsoft.XLANGs.Core.XMessage msg, string partName, int partIndex);
new Microsoft.XLANGs.Core.Part : Microsoft.XLANGs.Core.XMessage * string * int -> Microsoft.XLANGs.Core.Part
Public Sub New (msg As XMessage, partName As String, partIndex As Integer)
Parameters
- msg
- XMessage
- partName
- String
- partIndex
- Int32