XMessage.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:
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
Paramètres
- partIndex
- Int32
Valeur de propriété
S’applique à
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
Paramètres
- partName
- String