메소드 | 설명 | |
---|---|---|
Register ( |
Registers a file type in the current system.
|
|
Unregister ( [ fileType, bool machineWide, bool accessPoint = false ) : void |
Unregisters a file type in the current system.
|
메소드 | 설명 | |
---|---|---|
GetLaunchCommandLine ( |
Generates a command-line string for launching a Store.Model.Capabilities.Verb.
|
|
RegisterVerbCapability ( |
Registers a Store.Model.Capabilities.VerbCapability in a registry key.
|
public static Register ( |
||
target | The application being integrated. | |
fileType | [ | The file type to register. |
machineWide | bool | Register the file type machine-wide instead of just for the current user. |
handler | [ | A callback object used when the the user is to be informed about the progress of long-running operations such as downloads. |
accessPoint | bool | Indicates that the file associations shall become default handlers for their respective types. |
리턴 | void |
public static Unregister ( [ fileType, bool machineWide, bool accessPoint = false ) : void | ||
fileType | [ | The file type to remove. |
machineWide | bool | Unregister the file type machine-wide instead of just for the current user. |
accessPoint | bool | Indicates that the file associations were default handlers for their respective types. |
리턴 | void |