ClassRecord.GetUInt32(String) 方法

定义

检索所提供的 memberName值。

public:
 System::UInt32 GetUInt32(System::String ^ memberName);
public uint GetUInt32(string memberName);
member this.GetUInt32 : string -> uint32
Public Function GetUInt32 (memberName As String) As UInteger

参数

memberName
String

成员名。

返回

该值。

适用于