Below only about differences between vsCommandEvent and vsSolutionBuildEvent if they exists. Read first: |
OWPComponent
For work with OWP (Output Window Pane) and similar operations.
This component has some differences from original vsSolutionBuildEvent
log
Provides data from events of logging.
Has been disabled for vsCommandEvent version
out
For streaming of getting the mixed data from selected pane.
Syntax:
#[OWP out(string ident [, boolean isGuid])]
Arguments:
- ident - Name of pane.
- isGuid - Optional flag to use Guid as identifier if true, otherwise as name of item. MSDN. Guids of Output Pane
- BuildOrder:
2032b126-7c8d-48ad-8026-0e0348004fc0
- BuildOutput:
1BD8A850-02D1-11d1-BEE7-00A0C913D1F8
- DebugOutput:
FC076020-078A-11D1-A7DF-00A0C9110051
- …
- BuildOrder:
Sample:
#[OWP out("Build")]
Note: The "Build" item is used by default with property out
as alias:
#[OWP out]
Also used as short alias for: out.All