FileName Property (DTE Properties Collection)

      Applies To

Sets or returns the name of the keyboard mapping scheme chosen in the Options command on the Tools menu.

Syntax

Property Get FileName(String)

Property Let FileName(String)

This syntax has these parts:

Part Description
String A required String indicating the name of the file containing the keyboard mapping scheme.

Remarks

If no keyboard mapping scheme is chosen, this property returns an empty string.

If you supply the name of a file that was previously saved as a keyboard scheme in the Options dialog (accessed from the Tools menu), then the environment reads the file and applies the keybindings it contains.