Property | Type | Description | |
---|---|---|---|
Advertise | bool | ||
Arguments | string | ||
Command | string | ||
ContentType | string | ||
Description | string | ||
Icon | string | ||
IconIndex | int | ||
SequenceNo | int |
Method | Description | |
---|---|---|
FileAssociation ( string extension ) : System.Collections.Generic |
Initializes a new instance of the FileAssociation class.
|
|
FileAssociation ( string extension, string contentType, string command, string commandArguments ) : System.Collections.Generic |
Initializes a new instance of the FileAssociation class.
|
public FileAssociation ( string extension ) : System.Collections.Generic | ||
extension | string | The file extension, like "doc" or "xml". Do not include the preceding period. |
return | System.Collections.Generic |
public FileAssociation ( string extension, string contentType, string command, string commandArguments ) : System.Collections.Generic | ||
extension | string | The file extension, like "doc" or "xml". Do not include the preceding period. |
contentType | string | The MIME type that is to be written (e.g. |
command | string | The localized text displayed on the context menu (e.g. |
commandArguments | string | Value for the command arguments (e.g. |
return | System.Collections.Generic |