Condividi tramite


XLANGDebugMessage.Item[] Proprietà

Definizione

Overload

Item[Int32]
Item[String]

Item[Int32]

public:
 property Microsoft::XLANGs::RuntimeTypes::XLANGDebugPart ^ default[int] { Microsoft::XLANGs::RuntimeTypes::XLANGDebugPart ^ get(int partIndex); };
public Microsoft.XLANGs.RuntimeTypes.XLANGDebugPart this[int partIndex] { get; }
member this.Item(int) : Microsoft.XLANGs.RuntimeTypes.XLANGDebugPart
Default Public ReadOnly Property Item(partIndex As Integer) As XLANGDebugPart

Parametri

partIndex
Int32

Valore della proprietà

Si applica a

Item[String]

public:
 property Microsoft::XLANGs::RuntimeTypes::XLANGDebugPart ^ default[System::String ^] { Microsoft::XLANGs::RuntimeTypes::XLANGDebugPart ^ get(System::String ^ partName); };
public Microsoft.XLANGs.RuntimeTypes.XLANGDebugPart this[string partName] { get; }
member this.Item(string) : Microsoft.XLANGs.RuntimeTypes.XLANGDebugPart
Default Public ReadOnly Property Item(partName As String) As XLANGDebugPart

Parametri

partName
String

Valore della proprietà

Si applica a