IVsOutputGroup.get_KeyOutput(String) Method

Definition

Returns the canonical name of the key output group.

public:
 int get_KeyOutput([Runtime::InteropServices::Out] System::String ^ % pbstrCanonicalName);
public int get_KeyOutput (out string pbstrCanonicalName);
abstract member get_KeyOutput : string -> int
Public Function get_KeyOutput (ByRef pbstrCanonicalName As String) As Integer

Parameters

pbstrCanonicalName
String

[out] Pointer to the canonical name of the key output group.

Returns

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

Applies to