当前位置:网站首页>参数关键字Final,Flags,Internal,映射关键字Internal
参数关键字Final,Flags,Internal,映射关键字Internal
2022-07-07 11:47:00 【用户7741497】
第八十九章 参数关键字 - Final
指定此参数是否为final
(不能在子类中重写)
用法
要指定参数为final
最终参数,请使用以下语法:
Parameter name As parameter_type [ Final ] = value;
否则,请省略此关键字或将该词放在该关键字之前。
详解
标记为Final
的类成员不能在子类中被重写。
默认
如果省略此关键字,则该参数不是最终参数。
第九十章 参数关键字 - Flags
修改此参数的用户接口类型(在Studio中)。
用法
要修改此参数的用户接口类型(在Studio中),请使用以下语法:
Parameter name As parameter_type [ Flags = flags ] = value;
其中,flags
为以下值之一:
ENUM
-该参数是由Constraint
关键字(逗号分隔列表)指定的值之一。检查器将提供这些值的下拉列表。LIST
-参数值是由逗号分隔的项目列表组成的字符串。
请注意,不使用EDIT
、EMPTY
和SYS
。
详解
修改参数的用户界面类型(在Studio
中)。Studio
使用此类型为检查器中的参数提供输入验证。类编译器忽略此关键字。
默认
如果省略此关键字,则Studio
只允许该参数使用单个值(并且不提供选项下拉列表)。
第九十一章 映射关键字 - Internal
指定此投影定义是否是内部的(不显示在类文档中)。请注意,类文档目前根本不显示投影。
用法
要指定此投影是内部的,请使用以下语法
Projection projectionname As class [ Internal ];
否则,省略此关键字或将单词Not放在关键字的前面。
详解
内部类成员不会显示在类文档中。如果想让用户看到一个类,但不看到它的所有成员,这个关键字很有用。
请注意,类文档目前根本不显示投影。
默认
如果省略此关键字,投影不是内部的。
第九十二章 映射关键字 - Internal
指定此投影定义是否是内部的(不显示在类文档中)。请注意,类文档目前根本不显示投影。
用法
要指定此投影是内部的,请使用以下语法
Projection projectionname As class [ Internal ];
否则,省略此关键字或将单词Not放在关键字的前面。
详解
内部类成员不会显示在类文档中。如果想让用户看到一个类,但不看到它的所有成员,这个关键字很有用。
请注意,类文档目前根本不显示投影。
默认
如果省略此关键字,投影不是内部的。
边栏推荐
- Centso7 OpenSSL error Verify return code: 20 (unable to get local issuer certificate)
- Learning breakout 2 - about effective learning methods
- Leetcode simple question sharing (20)
- 10 pictures open the door of CPU cache consistency
- Realbasicvsr test pictures and videos
- Summary of import, export, backup and recovery of mongodb
- Esp32 ① compilation environment
- Problems that cannot be accessed in MySQL LAN
- Flink | 多流转换
- Enregistrement de la navigation et de la mise en service du robot ROS intérieur (expérience de sélection du rayon de dilatation)
猜你喜欢
. Net core about redis pipeline and transactions
LeetCode简单题分享(20)
.net core 关于redis的pipeline以及事务
Flink | 多流转换
Talk about pseudo sharing
数据库系统概论-第一章绪论【概念模型、层次模型和三级模式(外模式、模式、内模式)】
为租客提供帮助
Centso7 OpenSSL error Verify return code: 20 (unable to get local issuer certificate)
2022-7-6 Leetcode27.移除元素——太久没有做题了,为双指针如此狼狈的一天
Indoor ROS robot navigation commissioning record (experience in selecting expansion radius)
随机推荐
[fortress machine] what is the difference between cloud fortress machine and ordinary fortress machine?
Read PG in data warehouse in one article_ stat
Drawerlayout suppress sideslip display
Co create a collaborative ecosystem of software and hardware: the "Joint submission" of graphcore IPU and Baidu PaddlePaddle appeared in mlperf
1、深拷贝 2、call apply bind 3、for of for in 区别
Fast development board pinctrl and GPIO subsystem experiment for itop-imx6ull - modify the device tree file
Some principles of mongodb optimization
648. 单词替换 : 字典树的经典运用
2022-7-6 sigurg is used to receive external data. I don't know why it can't be printed out
单片机学习笔记之点亮led 灯
Excerpt from "misogyny: female disgust in Japan"
靠卖概念上市,认养一头牛能走多远?
Shell batch file name (excluding extension) lowercase to uppercase
LeetCode_ Binary search_ Medium_ 153. Find the minimum value in the rotation sort array
[1] Basic knowledge of ros2 - summary version of operation commands
干货|总结那些漏洞工具的联动使用
The delivery efficiency is increased by 52 times, and the operation efficiency is increased by 10 times. See the compilation of practical cases of financial cloud native technology (with download)
Show the mathematical formula in El table
LeetCode简单题分享(20)
云计算安全扩展要求关注的安全目标和实现方式区分原则有哪些?