IVsProjectCfg2 Methods

 

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

NameDescription
System_CAPS_pubmethodEnumOutputs(IVsEnumOutputs^)

Obsolete method. Do not use.

System_CAPS_pubmethodget_BuildableProjectCfg(IVsBuildableProjectCfg^)

Provides access to a configuration's IVsBuildableProjectCfg interface to use to manage the build process.

System_CAPS_pubmethodget_CanonicalName(String^)

Returns a configuration's canonical name.

System_CAPS_pubmethodget_CfgType(Guid, IntPtr)

Provides access to a configuration interface such as IVsBuildableProjectCfg or IVsDebuggableProjectCfg.

System_CAPS_pubmethodget_DisplayName(String^)

Returns a string that describes the configuration and can be displayed in the environment's UI.

System_CAPS_pubmethodget_IsDebugOnly(Int32)

Obsolete method. Do not use.

System_CAPS_pubmethodget_IsPackaged(Int32)

Obsolete method. Do not use.

System_CAPS_pubmethodget_IsPrivate(Int32)

Obsolete method. Returns whether or not a configuration is private or shared.

System_CAPS_pubmethodget_IsReleaseOnly(Int32)

Obsolete method. Do not use.

System_CAPS_pubmethodget_IsSpecifyingOutputSupported(Int32)

Obsolete method. Do not use.

System_CAPS_pubmethodget_OutputGroups(UInt32, array<IVsOutputGroup^>^, array<UInt32>^)

Returns an array of IVsOutputGroup pointers for the output groups of a configuration.

System_CAPS_pubmethodget_Platform(Guid)

Obsolete method. Do not use.

System_CAPS_pubmethodget_ProjectCfgProvider(IVsProjectCfgProvider^)

Obsolete method. Do not use.

System_CAPS_pubmethodget_RootURL(String^)

Returns a configuration's root URL for its output items.

System_CAPS_pubmethodget_TargetCodePage(UInt32)

Obsolete method. Do not use.

System_CAPS_pubmethodget_UpdateSequenceNumber(array<ULARGE_INTEGER>^)

Obsolete method. Do not use.

System_CAPS_pubmethodget_VirtualRoot(String^)

Obsolete method. This method is required for debugging Web projects.

System_CAPS_pubmethodOpenOutput(String^, IVsOutput^)

Obsolete method. Do not use.

System_CAPS_pubmethodOpenOutputGroup(String^, IVsOutputGroup^)

Returns a specific output group.

System_CAPS_pubmethodOutputsRequireAppRoot(Int32)

Obsolete method. This method replaces the get_IsWebApplication method from the now-obsolete IVsDeployWebProject interface.

Return to top
Show: