StringObject.GetType 方法
定义
返回 String 或 StringObject。Returns String or StringObject.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
Type ^ GetType();
public Type GetType ();
override this.GetType : unit -> Type
Public Function GetType () As Type
返回
String 或 StringObject。String or StringObject.