Свойство | Type | Description | |
---|---|---|---|
CommandSet | System.Guid |
Свойство | Type | Description | |
---|---|---|---|
ConvertSarifProtocol | string | ||
IsSarifProtocol | bool | ||
MenuItemCallback | void | ||
OpenLogFileCommands | System | ||
TryDownloadFile | bool |
Méthode | Description | |
---|---|---|
Initialize ( Microsoft.VisualStudio.Shell.Package package ) : void |
Initializes the singleton instance of the command.
|
Méthode | Description | |
---|---|---|
ConvertSarifProtocol ( string inputUrl ) : string | ||
IsSarifProtocol ( string path ) : bool | ||
MenuItemCallback ( object sender, |
This function is the callback used to execute the command when the menu item is clicked. See the constructor to see how the menu item is associated with this function using OleMenuCommandService service and MenuCommand class.
|
|
OpenLogFileCommands ( Microsoft.VisualStudio.Shell.Package package ) : System |
Initializes a new instance of the OpenLogFileCommands class. Adds our command handlers for menu (commands must exist in the command table file)
|
|
TryDownloadFile ( string inputUrl, string &downloadedFilePath ) : bool |
public static Initialize ( Microsoft.VisualStudio.Shell.Package package ) : void | ||
package | Microsoft.VisualStudio.Shell.Package | Owner package, not null. |
Résultat | void |