Share via


HostItem.ItemBaseType Property

Gets or sets the base class for the HostItem.

Namespace:  Microsoft.VisualStudio.Tools.Applications.ProgrammingModel
Assembly:  Microsoft.VisualStudio.Tools.Applications.ProgrammingModel (in Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.dll)

Syntax

'Declaration
Public Property ItemBaseType As String
'Usage
Dim instance As HostItem 
Dim value As String 

value = instance.ItemBaseType

instance.ItemBaseType = value
public string ItemBaseType { get; set; }
public:
virtual property String^ ItemBaseType {
    String^ get () sealed;
    void set (String^ value) sealed;
}
public final function get ItemBaseType () : String 
public final function set ItemBaseType (value : String)

Property Value

Type: System.String
The base type of the HostItem.

Implements

IVstaHostItem.ItemBaseType

.NET Framework Security

See Also

Reference

HostItem Class

HostItem Members

Microsoft.VisualStudio.Tools.Applications.ProgrammingModel Namespace