当前位置:网站首页>参数关键字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放在关键字的前面。
详解
内部类成员不会显示在类文档中。如果想让用户看到一个类,但不看到它的所有成员,这个关键字很有用。
请注意,类文档目前根本不显示投影。
默认
如果省略此关键字,投影不是内部的。
边栏推荐
- Leecode3. Longest substring without repeated characters
- [dark horse morning post] Huawei refutes rumors about "military master" Chen Chunhua; Hengchi 5 has a pre-sale price of 179000 yuan; Jay Chou's new album MV has played more than 100 million in 3 hours
- 得物客服热线的演进之路
- Sliding rail stepping motor commissioning (national ocean vehicle competition) (STM32 master control)
- 2022-7-7 Leetcode 844.比较含退格的字符串
- Learning breakout 2 - about effective learning methods
- Centso7 OpenSSL error Verify return code: 20 (unable to get local issuer certificate)
- 现在网上开户安全么?那么网上开户选哪个证券公司?
- 存储过程的介绍与基本使用
- 一文读懂数仓中的pg_stat
猜你喜欢
Social responsibility · value co creation, Zhongguancun network security and Information Industry Alliance dialogue, wechat entrepreneur Haitai Fangyuan, chairman Mr. Jiang Haizhou
2022-7-6 初学redis(一)在 Linux 下下载安装并运行 redis
2022-7-6 beginner redis (I) download, install and run redis under Linux
Help tenants
为租客提供帮助
2022-7-6 Leetcode27. Remove the element - I haven't done the problem for a long time. It's such an embarrassing day for double pointers
记一次 .NET 某新能源系统 线程疯涨 分析
2022-7-6 Leetcode 977. Square of ordered array
Best practice | using Tencent cloud AI willingness to audit as the escort of telephone compliance
10 pictures open the door of CPU cache consistency
随机推荐
Getting started with cinnamon applet
[QNX Hypervisor 2.2用户手册]6.3.4 虚拟寄存器(guest_shm.h)
Read PG in data warehouse in one article_ stat
存储过程的介绍与基本使用
Toraw and markraw
高端了8年,雅迪如今怎么样?
Mongodb command summary
Cinnamon taskbar speed
供应链供需预估-[时间序列]
MySQL error 28 and solution
Mongodb slice summary
move base参数解析及经验总结
Server to server (S2S) event (adjust)
Detr introduction
ESP32构解工程添加组件
PostgreSQL array type, each splice
Social responsibility · value co creation, Zhongguancun network security and Information Industry Alliance dialogue, wechat entrepreneur Haitai Fangyuan, chairman Mr. Jiang Haizhou
Digital IC Design SPI
1、深拷贝 2、call apply bind 3、for of for in 区别
数字ic设计——SPI