public IUIContext Context { get; set; }Public Property Context As IUIContext
Get
Setpublic:
virtual property IUIContext^ Context {
IUIContext^ get () sealed;
void set (IUIContext^ value) sealed;
}abstract Context : IUIContext with get, set
override Context : IUIContext with get, set