Namespace: Microsoft.VisualStudio.Package
Assembly: Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
Syntax
'宣言
Public Overridable Function CanStopThread ( _
src As Source _
) As Boolean
'使用
Dim instance As LanguageService
Dim src As Source
Dim returnValue As Boolean
returnValue = instance.CanStopThread(src)
public virtual bool CanStopThread(
Source src
)
public:
virtual bool CanStopThread(
Source^ src
)
public function CanStopThread(
src : Source
) : boolean
Parameters
- src
Type: Microsoft.VisualStudio.Package.Source
Return Value
Type: System.Boolean
Permissions
- 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.