프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CommandSet | System.Guid |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AddResxFileForCulture | void | ||
CreateResxHere | System | ||
CreateResxHere | System | ||
MenuCommand_BeforeQueryStatus | void | ||
MenuItemCallback | void |
메소드 | 설명 | |
---|---|---|
Initialize ( Microsoft.VisualStudio.Shell.Package package ) : void |
Initializes the singleton instance of the command.
|
메소드 | 설명 | |
---|---|---|
AddResxFileForCulture ( |
||
CreateResxHere ( ) : System | ||
CreateResxHere ( Microsoft.VisualStudio.Shell.Package package ) : System |
Initializes a new instance of the CreateResxHere class. Adds our command handlers for menu (commands must exist in the command table file)
|
|
MenuCommand_BeforeQueryStatus ( object sender, |
||
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.
|
public static Initialize ( Microsoft.VisualStudio.Shell.Package package ) : void | ||
package | Microsoft.VisualStudio.Shell.Package | Owner package, not null. |
리턴 | void |