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