IVsOutput2.get_DisplayName(String) Method

Definition

Returns the display name of an output item.

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 output item.

Returns

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

Implements

Applies to