IVsCfgProviderEventsHelper.NotifyOnPlatformNameDeleted Method
Fired to sink platform name deleted events for all listeners in the array.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Function NotifyOnPlatformNameDeleted ( _
pszPlatformName As String _
) As Integer
int NotifyOnPlatformNameDeleted(
string pszPlatformName
)
int NotifyOnPlatformNameDeleted(
[InAttribute] String^ pszPlatformName
)
abstract NotifyOnPlatformNameDeleted :
pszPlatformName:string -> int
function NotifyOnPlatformNameDeleted(
pszPlatformName : String
) : int
Parameters
pszPlatformName
Type: System.String[in] Platform name to be deleted from the configuration list.
Return Value
Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell.idl:
HRESULT IVsCfgProviderEventsHelper::NotifyOnPlatformNameDeleted(
[in] LPCOLESTR pszPlatformName
);
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.