IVsOutputGroup2 Methods

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.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_KeyOutputObject(IVsOutput2^)

Gets an instance 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.

System_CAPS_pubmethodget_Property(String^, Object^)

Gets the value of a property.

Return to top
Show: