ConfigProvider.IVsCfgProvider2.AddCfgsOfPlatformName Method

Interop provider.

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

Syntax

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

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

Parameters

  • platformName
    Type: System.String
    A string value that specifies the platform name.
  • clonePlatformName
    Type: System.String
    A string value that specifies a clone of the platform name.

Return Value

Type: System.Int32
An integer value.

Implements

IVsCfgProvider2AddCfgsOfPlatformName(String, String)

See Also

Reference

ConfigProvider Class

Microsoft.SqlServer.Management.UI.VSIntegration.Editors Namespace