Proprietà DedTranslationCollectionItem (DedAttr)
|
Ritorna l'oggetto DedTranslation associato all'attributo specificato.
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 23.3.0.0 (23.3.0.0)
Sintassi public DedTranslation this[
DedAttr attr
] { get; }
Public ReadOnly Default Property Item (
attr As DedAttr
) As DedTranslation
Get
public:
property DedTranslation^ default[DedAttr^ attr] {
DedTranslation^ get (DedAttr^ attr);
}
member Item : DedTranslation with get
Parametri
- attr
- Tipo: DedNet.CoreDedAttr
Attributo di cui si vogliono prelevare le traduzioni.
Valore della proprietà
Tipo:
DedTranslationVedi anche