JoinableTaskContextNode.Context Property

Definition

Gets the inner wrapped context.

public:
 property Microsoft::VisualStudio::Threading::JoinableTaskContext ^ Context { Microsoft::VisualStudio::Threading::JoinableTaskContext ^ get(); };
public Microsoft.VisualStudio.Threading.JoinableTaskContext Context { get; }
member this.Context : Microsoft.VisualStudio.Threading.JoinableTaskContext
Public ReadOnly Property Context As JoinableTaskContext

Property Value

Returns JoinableTaskContext.

Applies to