TypeDescriptor.GetById 方法 (Microsoft.Office.Server.ApplicationRegistry.Administration)
Gets a type descriptor object given its ID.
命名空间: Microsoft.Office.Server.ApplicationRegistry.Administration
程序集: Microsoft.SharePoint.Portal (在 microsoft.sharepoint.portal.dll 中)
语法
声明
Public Shared Function GetById ( _
id As UInteger _
) As TypeDescriptor
用法
Dim id As UInteger
Dim returnValue As TypeDescriptor
returnValue = TypeDescriptor.GetById(id)
public static TypeDescriptor GetById (
uint id
)
参数
- id
The ID of the type descriptor.
返回值
A type descriptor object.
另请参阅
参考
TypeDescriptor 类
TypeDescriptor 成员
Microsoft.Office.Server.ApplicationRegistry.Administration 命名空间