SVsThreadPool Interface
Passed to GetService to return a reference to the IVsThreadPool interface.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
‘선언
<GuidAttribute("7482E83D-842A-447C-8DDB-687F7052F7C7")> _
<InterfaceTypeAttribute()> _
Public Interface SVsThreadPool
‘사용 방법
Dim instance As SVsThreadPool
[GuidAttribute("7482E83D-842A-447C-8DDB-687F7052F7C7")]
[InterfaceTypeAttribute()]
public interface SVsThreadPool
[GuidAttribute(L"7482E83D-842A-447C-8DDB-687F7052F7C7")]
[InterfaceTypeAttribute()]
public interface class SVsThreadPool
[<GuidAttribute("7482E83D-842A-447C-8DDB-687F7052F7C7")>]
[<InterfaceTypeAttribute()>]
type SVsThreadPool = interface end
public interface SVsThreadPool