LookupTableCollection.GetByGuid 方法
會從指定的 guid 集合中取得的查閱表格。
命名空間: Microsoft.ProjectServer.Client
組件: Microsoft.ProjectServer.Client (在 Microsoft.ProjectServer.Client.dll 中)
語法
'宣告
<RemoteAttribute> _
Public Function GetByGuid ( _
uid As Guid _
) As LookupTable
'用途
Dim instance As LookupTableCollection
Dim uid As Guid
Dim returnValue As LookupTable
returnValue = instance.GetByGuid(uid)
[RemoteAttribute]
public LookupTable GetByGuid(
Guid uid
)
參數
uid
類型:System.GuidGUID值。
傳回值
類型:Microsoft.ProjectServer.Client.LookupTable
LookupTable物件。