次の方法で共有


DictClass.Implementscnt Method

Definition

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.

Applies to