HasUnoInterfaces Function

जाँचता है कि कोई बेसिक यूएनओ वस्तु कुछ विशिष्ट यूएनओ इंटरफ़ेस को समर्थित करते हैं.

Returns True, if all stated Uno interfaces are supported, otherwise False is returned.

Syntax:


HasUnoInterfaces( oTest, Uno-Interface-Name 1 [, Uno-Interface-Name 2, ...])

वापसी मूल्य:

Bool

पैरामीटर

oTest: the Basic Uno object that you want to test.

Uno-Interface-Name: list of Uno interface names.

उदाहरण:


    bHas = HasUnoInterfaces( oTest, "com.sun.star.beans.XIntrospection" )

Please support us!