Admin.ListInstalledLanguages 方法
可读取已安装的语言的列表。
命名空间: WebSvcAdmin
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Admin/ListInstalledLanguages", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Admin/", _
ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Admin/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function ListInstalledLanguages As Integer()
用法
Dim instance As Admin
Dim returnValue As Integer()
returnValue = instance.ListInstalledLanguages()
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Admin/ListInstalledLanguages", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Admin/",
ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Admin/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public int[] ListInstalledLanguages()
返回值
类型:[]
已安装的语言 ; 的整数的数组例如, 1033为美国英语。
备注
Project Server 权限
权限 |
说明 |
---|---|
允许用户登录到 Project Server。全局权限。 |