IVsDebuggableProjectCfg2.get_IsSpecifyingOutputSupported(Int32) Method

Definition

Obsolete method. Do not use. Inherited from IVsDebuggableProjectCfg.

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

Parameters

pfIsSpecifyingOutputSupported
Int32

Do not use.

Returns

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

Implements

Applies to