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
- 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.