DictClass.Implementscnt Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the number of interfaces that a class implements.
public:
virtual int Implementscnt();
public virtual int Implementscnt ();
abstract member Implementscnt : unit -> int
override this.Implementscnt : unit -> int
Public Overridable Function Implementscnt () As Integer
Returns
An integer data type value for the number of interfaces that a class implements.