Determine whether or not the object supports ObjectCoverage.
[Visual Basic .NET] |
---|
Public Function IsObjectCoverageSupported() As Boolean |
[C#] |
---|
public bool IsObjectCoverageSupported(); |
[Managed C++] |
---|
public: bool IsObjectCoverageSupported(); |
[Unmanaged C++] |
---|
public: HRESULT IsObjectCoverageSupported( VARIANT_BOOL * pRetVal ); |
[Java] |
---|
public bool isObjectCoverageSupported(); |