GridEditorIntegrationInfo
Note
Preview API. Public and supported for evaluation, but its contract may change in a future release.
| Contract | Value |
|---|---|
| Assembly | LostLily.GridToolkit.Editor |
| Namespace | LostLily.GridToolkit.Editor |
| Kind | struct |
| Tier | Preview |
| Roles | ExtensionPoint, EditorIntegration |
| Validated version | 1.0.0 |
Declaration
type struct LostLily.GridToolkit.Editor.GridEditorIntegrationInfo
Public members
Properties
System.Int32 Priority { get; }
System.Object Integration { get; }
System.String AssemblyName { get; }
System.String DisplayName { get; }
System.String Id { get; }
System.String RegistrationSource { get; }
System.Type Type { get; }
Versioning
Generated from the public Grid Toolkit 1.0.0 API metadata. Use the tier above when deciding how strongly to couple your project to this contract.