Share via


IVsDebuggableProjectCfg2.get_Platform(Guid) Method

Definition

Obsolete method. Do not use. Inherited from IVsDebuggableProjectCfg.

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

Parameters

pguidPlatform
Guid

Do not use.

Returns

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

Implements

Applies to