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