Share via


ConfigProvider.. Method

Interop provider.

Namespace:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly:  SQLEditors.VS (in SQLEditors.VS.dll)

Syntax

'Declaration
Private Function DeleteCfgsOfPlatformName ( _
    platformName As String _
) As Integer Implements IVsCfgProvider2.DeleteCfgsOfPlatformName
'Usage
Dim instance As ConfigProvider
Dim platformName As String
Dim returnValue As Integer

returnValue = CType(instance, IVsCfgProvider2).DeleteCfgsOfPlatformName(platformName)
int IVsCfgProvider2.DeleteCfgsOfPlatformName(
    string platformName
)
private:
virtual int DeleteCfgsOfPlatformName(
    String^ platformName
) sealed = IVsCfgProvider2::DeleteCfgsOfPlatformName
private abstract DeleteCfgsOfPlatformName : 
        platformName:string -> int 
private override DeleteCfgsOfPlatformName : 
        platformName:string -> int 
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

  • platformName
    Type: System.String
    A string that specifies the platform name.

Return Value

Type: System.Int32
A integer value.

Implements

IVsCfgProvider2DeleteCfgsOfPlatformName(String)