 | WMIPropertyNames 方法 |
Sweet 开发框架
返回所有属性名称。
命名空间:
Sweet.Common
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public string[] PropertyNames(
int index
)
Public Function PropertyNames (
index As Integer
) As String()
member PropertyNames :
index : int -> string[]
参数
- index
- 类型:SystemInt32
index
返回值
类型:
Stringstring[]
参见