Kimono.KCoreConfigSkeleton.SetCurrentGroup C# (CSharp) Метод

SetCurrentGroup() публичный Метод

Set the config file group for subsequent addItem() calls. It is valid until setCurrentGroup() is called with a new argument. Call this before you add any items. The default value is "No Group".
public SetCurrentGroup ( string group ) : void
group string
Результат void
        public void SetCurrentGroup(string group)
        {
            interceptor.Invoke("setCurrentGroup$", "setCurrentGroup(const QString&)", typeof(void), typeof(string), group);
        }