GoogleCloudExtension.CloudExplorer.CloudExplorerCommand.Initialize C# (CSharp) Méthode

Initialize() public static méthode

Initializes the singleton instance of the command.
public static Initialize ( Microsoft.VisualStudio.Shell.Package package ) : void
package Microsoft.VisualStudio.Shell.Package Owner package, not null.
Résultat void
        public static void Initialize(Package package)
        {
            Instance = new CloudExplorerCommand(package);
        }