Dictionary.Classname(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 name of a specified class.
public:
virtual System::String ^ Classname(int _classId);
public virtual string Classname (int _classId);
abstract member Classname : int -> string
override this.Classname : int -> string
Public Overridable Function Classname (_classId As Integer) As String
Parameters
- _classId
- Int32
A classId system data type that indicates the class ID.
Returns
A string that indicates the class name.
Remarks
Class IDs are unsigned integers.