IVsCfg.get_DisplayName(String) Method

Definition

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

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 the display name of the configuration.

Returns

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

Applies to