MVVMSidekick.ViewModels.BindableBase.GetFieldNames C# (CSharp) 메소드

GetFieldNames() 공개 추상적인 메소드

Get all property names that were defined in subtype, or added objectly in runtime

取得本VM实例已经定义的所有字段名。其中包括静态声明的和动态添加的。

public abstract GetFieldNames ( ) : string[]
리턴 string[]
        public abstract string[] GetFieldNames();