IVsOutputGroup.get_Description(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 description of an output group.
public:
int get_Description([Runtime::InteropServices::Out] System::String ^ % pbstrDescription);
public int get_Description (out string pbstrDescription);
abstract member get_Description : string -> int
Public Function get_Description (ByRef pbstrDescription As String) As Integer
Parameters
- pbstrDescription
- String
[out] Pointer to the description of an output group.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.