XLANGDebugMessage.Item[] Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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
Paramètres
- partIndex
- Int32
Valeur de propriété
S’applique à
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
Paramètres
- partName
- String