public abstract IUIContext Context { get; }
Public MustOverride ReadOnly Property Context As IUIContext Get
public: virtual property IUIContext^ Context { IUIContext^ get () abstract; }
abstract Context : IUIContext with get
In This Article