Dictionary.Typename2id(String) 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 extended data type, based on the extended data type name.
public:
virtual int Typename2id(System::String ^ _name);
public virtual int Typename2id (string _name);
abstract member Typename2id : string -> int
override this.Typename2id : string -> int
Public Overridable Function Typename2id (_name As String) As Integer
Parameters
- _name
- String
A string that indicates the name of the extended data type.
Returns
An extendedTypeId system data type value that indicates the ID of the extended data type; 0 (zero) if you pass a name value for a nonexistent extended data type.