|
Apply Guid Attribute (C#, VB.NET)
|
Top |
This command would make it much easier to apply System.Runtime.InteropServices.GuidAttributes
to Classes, Interfaces, Structs,
Enums, and Delegates. This command can be run
from various locations to maximize productivity and flexibility;
Locations:
- To apply on Class, Interface, and Structs
just make sure the caret is positioned any where between members (White Spaces).
- Delegates and Enums - Position the caret on the declared type and
then run the command.
- Namespace - Run the command from namespace if you wish to apply
to all type listed within namespace in the active code file.
- Solution Explorer Context Menus - If you wish to apply to group
of code files then run the command from one of the supported Context menu of Solution
Explorer.
Remarks
You would be prompted with a list of supported members to choose when the command
is run from namespace or the Solution Explorer's
context menus.
|