ConfigProvider.IVsCfgProvider2.GetSupportedPlatformNames Method (UInt32, String[], UInt32 )

 

Applies To: SQL Server 2016 Preview

Interop provider.

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

Syntax

int IVsCfgProvider2.GetSupportedPlatformNames(
    uint namesNumber,
    string[] names,
    uint[] actualNames
)
private:
virtual int GetSupportedPlatformNames(
    unsigned int namesNumber,
    array<String^>^ names,
    array<unsigned int>^ actualNames
) sealed = IVsCfgProvider2::GetSupportedPlatformNames
private abstract GetSupportedPlatformNames : 
        namesNumber:uint32 *
        names:string[] *
        actualNames:uint32[] -> int
private override GetSupportedPlatformNames : 
        namesNumber:uint32 *
        names:string[] *
        actualNames:uint32[] -> int
Private Function GetSupportedPlatformNames (
    namesNumber As UInteger,
    names As String(),
    actualNames As UInteger()
) As Integer
    Implements IVsCfgProvider2.GetSupportedPlatformNames

Parameters

  • namesNumber
    Type: System.UInt32

    An integer value that specifies the names number.

  • names
    Type: System.String[]

    An array of string values that specify the names.

  • actualNames
    Type: System.UInt32[]

    An array of integer values that specify the actual names.

Return Value

Type: System.Int32

An integer value.

Implements

IVsCfgProvider2.GetSupportedPlatformNames(UInt32, String[], UInt32[])

See Also

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

Return to top