Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the JoinableTaskContext to which this collection belongs.
Namespace: Microsoft.VisualStudio.Threading
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
Syntax
'Declaration
Public Property Context As JoinableTaskContext
public JoinableTaskContext Context { get; private set; }
public:
property JoinableTaskContext^ Context {
JoinableTaskContext^ get ();
private: void set (JoinableTaskContext^ value);
}
member Context : JoinableTaskContext with get, private set
function get Context () : JoinableTaskContext
private function set Context (value : JoinableTaskContext)
Property Value
Type: Microsoft.VisualStudio.Threading.JoinableTaskContext
Returns JoinableTaskContext.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.