IVsProjectCfg2.get_IsPrivate(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.