IHostContextContainer<TContext>.HostContext Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the TContext of the host.
public:
property TContext HostContext { TContext get(); void set(TContext value); };
public TContext HostContext { get; set; }
public TContext? HostContext { get; set; }
member this.HostContext : 'Context with get, set
Public Property HostContext As TContext
Property Value
- TContext