public class TableFrameFieldStyleItem : StyleItem, System.ComponentModel.INotifyPropertyChanged
Public Class TableFrameFieldStyleItem Inherits StyleItem Implements System.ComponentModel.INotifyPropertyChanged
public class TableFrameFieldStyleItem : StyleItem, System.ComponentModel.INotifyPropertyChanged
Public Class TableFrameFieldStyleItem Inherits StyleItem Implements System.ComponentModel.INotifyPropertyChanged
public Task<IList<TableFrameFieldStyleItem>> GetTableFrameFieldsFromStyleAsync(StyleProjectItem style, string searchString) { if (style == null) throw new System.ArgumentNullException(); return QueuedTask.Run(() => style.SearchTableFrameFields(searchString)); }
System.Object
ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase
ArcGIS.Desktop.Mapping.StyleItem
ArcGIS.Desktop.Mapping.TableFrameFieldStyleItem
Target Platforms: Windows 11, Windows 10