MessageWrapperForTracking.Item[] Property
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.
Overloads
Item[Int32] | |
Item[String] |
Item[Int32]
public:
virtual property Microsoft::XLANGs::BaseTypes::XLANGPart ^ default[int] { Microsoft::XLANGs::BaseTypes::XLANGPart ^ get(int partIndex); };
public override Microsoft.XLANGs.BaseTypes.XLANGPart this[int partIndex] { get; }
member this.Item(int) : Microsoft.XLANGs.BaseTypes.XLANGPart
Default Public Overrides ReadOnly Property Item(partIndex As Integer) As XLANGPart
Parameters
- partIndex
- Int32
Property Value
Applies to
Item[String]
public:
virtual property Microsoft::XLANGs::BaseTypes::XLANGPart ^ default[System::String ^] { Microsoft::XLANGs::BaseTypes::XLANGPart ^ get(System::String ^ partName); };
public override Microsoft.XLANGs.BaseTypes.XLANGPart this[string partName] { get; }
member this.Item(string) : Microsoft.XLANGs.BaseTypes.XLANGPart
Default Public Overrides ReadOnly Property Item(partName As String) As XLANGPart
Parameters
- partName
- String