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
- 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.ProgrammingModel.Interop Namespace