ECape No Impl Interface
An exception that indicates that the requested operation has not been implemented by the current object.
Definition
Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[ComImportAttribute]
[ComVisibleAttribute(false)]
[GuidAttribute("678c0b1a-7d66-11d2-a67d-00105a42887f")]
public interface ECapeNoImplVB
<ComImportAttribute>
<ComVisibleAttribute(false)>
<GuidAttribute("678c0b1a-7d66-11d2-a67d-00105a42887f")>
Public Interface ECapeNoImplRemarks
The operation is “not” implemented even if this operation can be called due
to the compatibility with the CO standard. That is to say that the operation
exists but it is not supported by the current implementation.