CustomObjectViewerIsExtensionVisible Method |
According to the value of the object o, determine if this view is visible.
Namespace:
Hummingbird.TestFramework.Extensibility
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public abstract bool IsExtensionVisible(
Object o
)
Public MustOverride Function IsExtensionVisible (
o As Object
) As Boolean
public:
virtual bool IsExtensionVisible(
Object^ o
) abstract
abstract IsExtensionVisible :
o : Object -> bool
Parameters
- o
- Type: SystemObject
the object will be passed to this CustomViewExtension
Return Value
Type:
BooleanTrue if the extension should be shown, False if the extension should not be shown.
See Also