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

‘선언
Function NotifyOnPlatformNameDeleted ( _
    pszPlatformName As String _
) As Integer
‘사용 방법
Dim instance As IVsCfgProviderEventsHelper
Dim pszPlatformName As String
Dim returnValue As Integer

returnValue = instance.NotifyOnPlatformNameDeleted(pszPlatformName)
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

See Also

Reference

IVsCfgProviderEventsHelper Interface

IVsCfgProviderEventsHelper Members

Microsoft.VisualStudio.Shell.Interop Namespace