IVsProjectCfg.get_DisplayName(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.