IVsDebuggableProjectCfg2.get_DisplayName(String) Method

Definition

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

public:
 int get_DisplayName([Runtime::InteropServices::Out] System::String ^ % pbstrDisplayName);
public int get_DisplayName (out string pbstrDisplayName);
abstract member get_DisplayName : string -> int
Public Function get_DisplayName (ByRef pbstrDisplayName As String) As Integer

Parameters

pbstrDisplayName
String

[out] Pointer to a string containing the configuration's display name.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Implements

Applies to