Share via


UpdatedBaseType.BaseType Property

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

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 ReadOnly Property BaseType As String
'Usage
Dim instance As UpdatedBaseType 
Dim value As String 

value = instance.BaseType
public string BaseType { get; }
public:
property String^ BaseType {
    String^ get ();
}
public function get BaseType () : String

Property Value

Type: System.String
The fully qualified name of the base host proxy class that the add-in derives from.

.NET Framework Security

See Also

Reference

UpdatedBaseType Class

UpdatedBaseType Members

Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace