IVstaHostObject.ObjectType Property

Gets the fully qualified type for the HostObject, for example, System.String or ShapeApp.Shape.

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

Syntax

'Declaration
Property ObjectType As String
'Usage
Dim instance As IVstaHostObject 
Dim value As String 

value = instance.ObjectType

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

Property Value

Type: System.String
The name of the object type.

.NET Framework Security

See Also

Reference

IVstaHostObject Interface

IVstaHostObject Members

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