XLANGMessage.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:
abstract property Microsoft::XLANGs::BaseTypes::XLANGPart ^ default[int] { Microsoft::XLANGs::BaseTypes::XLANGPart ^ get(int partIndex); };
public abstract Microsoft.XLANGs.BaseTypes.XLANGPart this[int partIndex] { get; }
member this.Item(int) : Microsoft.XLANGs.BaseTypes.XLANGPart
Default Public MustOverride ReadOnly Property Item(partIndex As Integer) As XLANGPart
Paramètres
- partIndex
- Int32
Valeur de propriété
S’applique à
Item[String]
public:
abstract property Microsoft::XLANGs::BaseTypes::XLANGPart ^ default[System::String ^] { Microsoft::XLANGs::BaseTypes::XLANGPart ^ get(System::String ^ partName); };
public abstract Microsoft.XLANGs.BaseTypes.XLANGPart this[string partName] { get; }
member this.Item(string) : Microsoft.XLANGs.BaseTypes.XLANGPart
Default Public MustOverride ReadOnly Property Item(partName As String) As XLANGPart
Paramètres
- partName
- String