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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace