Home

News

International

Screen Shots

Documentation

Download

Build

License

Credits

Contact

SourceForge Project

Tintware Documentation : Tint Automation Client : Automation Reference : property.signature

Syntax

#(oleauto.typelib.%typelib.%interface.%property.get.signature)
#(oleauto.typelib.%typelib.%interface.%property.put.signature)
#(oleauto.typelib.%typelib.%interface.%property.putref.signature)
#(oleauto.typelib.%typelib.%coclass.%property.get.signature)
#(oleauto.typelib.%typelib.%coclass.%property.put.signature)
#(oleauto.typelib.%typelib.%coclass.%property.putref.signature)

%interface specifies an interface. %property specifies a property. %coclass specifies a coclass.

Examples

#(oleauto.typelib.{00000205-0000-0010-8000-00AA006D2EA4}.Property.Attributes.get.signature,(
    ))
Attributes.get() As Integer
#(oleauto.typelib.{00000205-0000-0010-8000-00AA006D2EA4}.Property.Attributes.put.signature,(
    ))
Attributes.put(rhs As Integer)
#(oleauto.typelib.{00000205-0000-0010-8000-00AA006D2EA4}.Field.DataFormat.putref.signature,(
    ))
DataFormat.putref(rhs As Unsupported)