[NotNullAttribute]
IUIContext Context { get; }
<NotNullAttribute>
ReadOnly Property Context As IUIContext
Get
[NotNullAttribute]
property IUIContext^ Context {
IUIContext^ get ();
}
[<NotNullAttribute>]
abstract Context : IUIContext with get