IVsOutputGroup2.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 the display name of the output group.
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.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.