DictClass.Implements(Int32) 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.
Provides the ID for a specified interface that a class implements.
public:
virtual int Implements(int num1);
public virtual int Implements (int num1);
abstract member Implements : int -> int
override this.Implements : int -> int
Public Overridable Function Implements (num1 As Integer) As Integer
Parameters
- num1
- Int32
Returns
A value of the classID system data type that indicates the class ID.