IVsOutputGroup Methods

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

NameDescription
System_CAPS_pubmethodget_CanonicalName(String^)

Returns the canonical name of the output group.

System_CAPS_pubmethodget_DeployDependencies(UInt32, array<IVsDeployDependency^>^, array<UInt32>^)

Provides access to one or more deployment dependencies.

System_CAPS_pubmethodget_Description(String^)

Returns the description of an output group.

System_CAPS_pubmethodget_DisplayName(String^)

Returns the display name of the output group.

System_CAPS_pubmethodget_KeyOutput(String^)

Returns the canonical name of the key output group.

System_CAPS_pubmethodget_Outputs(UInt32, array<IVsOutput2^>^, array<UInt32>^)

Returns an array of pointers to IVsOutput2 interfaces providing access to a configuration's output items.

System_CAPS_pubmethodget_ProjectCfg(IVsProjectCfg2^)

Returns a pointer to the configuration's IVsProjectCfg2 interface.

Return to top
Show: