ClassData.HelperClassFullName 属性

定义

获取或设置类数据中使用的帮助器类的全名。Gets or sets the full name of the helper class used in the class data.

public:
 property System::String ^ HelperClassFullName { System::String ^ get(); };
public string HelperClassFullName { get; }
member this.HelperClassFullName : string
Public ReadOnly Property HelperClassFullName As String

属性值

String

用在类数据中的帮助类的全名。The full name of the helper class used in the class data.

适用于