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