IVsDebuggableProjectCfg2.get_Platform(Guid) 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. 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.