ThreadHelper.Generic Property

Gets a generic ThreadHelper.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

'Declaration
Public Shared ReadOnly Property Generic As ThreadHelper
public static ThreadHelper Generic { get; }
public:
static property ThreadHelper^ Generic {
    ThreadHelper^ get ();
}
static member Generic : ThreadHelper
static function get Generic () : ThreadHelper

Property Value

Type: Microsoft.VisualStudio.Shell.ThreadHelper
A generic ThreadHelper.

Remarks

If no generic thread helper exists, a new one is created.

.NET Framework Security

See Also

Reference

ThreadHelper Class

Microsoft.VisualStudio.Shell Namespace