IVsOutputGroup Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | get_CanonicalName(String^) | Returns the canonical name of the output group. |
![]() | get_DeployDependencies(UInt32, array<IVsDeployDependency^>^, array<UInt32>^) | Provides access to one or more deployment dependencies. |
![]() | get_Description(String^) | Returns the description of an output group. |
![]() | get_DisplayName(String^) | Returns the display name of the output group. |
![]() | get_KeyOutput(String^) | Returns the canonical name of the key output group. |
![]() | get_Outputs(UInt32, array<IVsOutput2^>^, array<UInt32>^) | Returns an array of pointers to IVsOutput2 interfaces providing access to a configuration's output items. |
![]() | get_ProjectCfg(IVsProjectCfg2^) | Returns a pointer to the configuration's IVsProjectCfg2 interface. |
Show:
