Show / Hide Table of Contents

    Property Item

    Item[IGlobalObjects]

    Ermittelt den Text mit der Sprach-Hierarchie des übergebenen GlobalObjects (siehe LanguageHierarchy). Diese beinhaltet immer einen Fallback auf die Default-Sprache.

    Declaration
    [DocfxBrowsable]
    public string this[IGlobalObjects global] { get; }
    Parameters
    global IGlobalObjects

    Das GlobalObject - z.B. this.Global

    Property Value
    String

    Der gefundene Text oder string.Empty

    Back to top Generated by DocFX