Share via


IVstaHostItem.ItemInterfaceType Property

Gets or sets the name of the interface that the type represented by the HostItem implements.

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

Syntax

'Declaration
Property ItemInterfaceType As String
'Usage
Dim instance As IVstaHostItem 
Dim value As String 

value = instance.ItemInterfaceType

instance.ItemInterfaceType = value
string ItemInterfaceType { get; set; }
property String^ ItemInterfaceType {
    String^ get ();
    void set (String^ value);
}
function get ItemInterfaceType () : String 
function set ItemInterfaceType (value : String)

Property Value

Type: System.String
The name of the interface.

.NET Framework Security

See Also

Reference

IVstaHostItem Interface

IVstaHostItem Members

Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Interop Namespace