ServerExplorerCommandHandler.EnsurePackageLoaded Method
This class and its members are reserved for internal use and are not intended to be used in your code.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Internal
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Protected Shared Function EnsurePackageLoaded As Boolean
protected static bool EnsurePackageLoaded()
protected:
static bool EnsurePackageLoaded()
static member EnsurePackageLoaded : unit -> bool
protected static function EnsurePackageLoaded() : boolean
Return Value
Type: System.Boolean
True if the package is loaded.
.NET Framework Security
- 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.
See Also
Reference
ServerExplorerCommandHandler Class
Microsoft.VisualStudio.Data.Schema.Package.Internal Namespace