AuthoringScope Constructor

Initializes an instance of the AuthoringScope class.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)

Syntax

'宣言
Protected Sub New
'使用

Dim instance As New AuthoringScope()
protected AuthoringScope()
protected:
AuthoringScope()
protected function AuthoringScope()

Remarks

There is no need to call the base constructor from your constructor.

Permissions

See Also

Reference

AuthoringScope Class

AuthoringScope Members

Microsoft.VisualStudio.Package Namespace