IVsDebuggableProjectCfg2.get_CanonicalName(String) Method

Definition

Returns a configuration's canonical name. Inherited from IVsDebuggableProjectCfg.

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

Parameters

pbstrCanonicalName
String

[out] Pointer to the canonical name of the configuration such as Debug or Release.

Returns

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

Implements

Applies to