IVsProjectCfg2.get_IsPrivate(Int32) Method

Definition

Obsolete method. Returns whether or not a configuration is private or shared.

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

Parameters

pfPrivate
Int32

[out] Pointer to a flag set to true if the configuration is private and false if it is shared.

Returns

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

Applies to