IVsCfgProvider2.DeleteCfgsOfPlatformName(String) 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.
Deletes a specified platform name.
public:
int DeleteCfgsOfPlatformName(System::String ^ pszPlatformName);
public:
int DeleteCfgsOfPlatformName(Platform::String ^ pszPlatformName);
int DeleteCfgsOfPlatformName(std::wstring const & pszPlatformName);
public int DeleteCfgsOfPlatformName (string pszPlatformName);
abstract member DeleteCfgsOfPlatformName : string -> int
Public Function DeleteCfgsOfPlatformName (pszPlatformName As String) As Integer
Parameters
- pszPlatformName
- String
[in] Pointer to the name of the platform to be deleted.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell.idl:
HRESULT IVsCfgProvider2::DeleteCfgsOfPlatformName(
[in] LPCOLESTR pszPlatformName
);