Share via


UpdatedBaseType Constructor

Initializes a new instance of the UpdatedBaseType class.

Namespace:  Microsoft.VisualStudio.Tools.Applications.DesignTime
Assembly:  Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0.dll)

Syntax

'Declaration
Public Sub New ( _
    baseType As String, _
    baseInterfaceType As String _
)
'Usage
Dim baseType As String 
Dim baseInterfaceType As String 

Dim instance As New UpdatedBaseType(baseType, _
    baseInterfaceType)
public UpdatedBaseType(
    string baseType,
    string baseInterfaceType
)
public:
UpdatedBaseType(
    String^ baseType, 
    String^ baseInterfaceType
)
public function UpdatedBaseType(
    baseType : String, 
    baseInterfaceType : String
)

Parameters

  • baseType
    Type: System.String

    The fully qualified name of the new base host proxy class that the add-in derives from.

  • baseInterfaceType
    Type: System.String

    The fully qualified name of the new base Visual Studio Tools for Applications runtime interface that the add-in derives from.

.NET Framework Security

See Also

Reference

UpdatedBaseType Class

UpdatedBaseType Members

Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace