IVsDebuggableProjectCfg2.get_IsReleaseOnly(Int32) Method

Definition

Obsolete method. Do not use. Inherited from IVsDebuggableProjectCfg.

public:
 int get_IsReleaseOnly([Runtime::InteropServices::Out] int % pfIsReleaseOnly);
public int get_IsReleaseOnly (out int pfIsReleaseOnly);
abstract member get_IsReleaseOnly : int -> int
Public Function get_IsReleaseOnly (ByRef pfIsReleaseOnly As Integer) As Integer

Parameters

pfIsReleaseOnly
Int32

Do not use.

Returns

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

Implements

Applies to