按一下[完成]以产生成员函式码。
在适当的精灵方块中提供成员函式资讯。
Provide the member function information in the appropriate wizard boxes.
在您要加入成员函式的类别上按一下滑鼠右键。
Right click the class to which you want to add a member function.
呼叫此成员函式以取得卸载dll的正确程序码。
Call this member function to retrieve the appropriate code for unloading the DLL.
或是,非静态的成员函式被当做静态函式从类别外呼叫。
Or, a nonstatic member function was called from outside the class as a static function.
设定加入之成员函式参数的型别,若该成员函式具有参数。
Sets the type of parameter you are adding for the member function, if the member function has parameters.
如果其他建构函式在此存取任何成员或呼叫成员函式,结果会是未定义的。
If those other constructors access any members or call member functions on this, the result will be undefined.
委派建构函式的第二个参数接受任何类别的成员函式或静态成员函式的位址。
The second parameter of the delegate's constructor takes either the address of a member function or the address of a static member function of any class.
由抽象类别衍生出来的类别必须实作纯虚拟成员函式,否则它们也是抽象类别。
Classes derived from the abstract class must implement the pure virtual member function or they, too, are abstract classes.
视窗让您能够将讯息处理常式 (MFC 使用者介面类别的成员函式)系结到应用程式资源所产生的讯息。
The Properties window enables you to bind message handlers (member functions of MFC user-interface classes) to the messages generated by your application's resources.
RFX全域函式会在资料来源的资料行和您的资料录集的栏位资料成员间交换资料。
The RFX global functions exchange data between columns on the data source and field data members in your recordset.
当阵列在建构函式的成员初始设定清单中时,阵列元素将预设为初始化。
When an array is in a constructor's member initialization list, the elements of the array will be default initialized.
在建立第一个执行个体或参考任何静态成员之前,就会自动呼叫静态建构函式以初始化类别。
A static constructor is called automatically to initialize the class before the first instance is created or any static members are referenced.
这些资料结构不包含建构函式、复制指派运算子,或本身不是PODS的非静态资料成员。
They do not contain constructors, copy assignment operators, destructors, or non-static data members that are not themselves PODS.
静态成员会在第一次受到存取前,以及静态建构函式(如果有)受到呼叫之前进行初始化。
Static members are initialized before the static member is accessed for the first time and before the static constructor, if there is one, is called.
当您使用物件初始设定式来建立具名型别的执行个体时,会呼叫类别的预设建构函式,接著按照您指定的顺序初始化指定的成员。
When you use an object initializer to create an instance of a named type, the default constructor for the class is called, followed by initialization of designated members in the order you specify.
在建立第一个执行个体或参考任何静态成员之前,会自动呼叫静态建构函式。
It is called automatically before the first instance is created or any static members are referenced.
在建立第一个执行个体或参考任何静态成员之前,会自动呼叫静态建构函式。
It is called automatically before the first instance is created or any static members are referenced.
应用推荐