EnterpriseProjectTypeCollection.GetById メソッド
Idの値を使用して、コレクションからは、エンタープライズ プロジェクトの種類 (EPT) を取得します。
名前空間: Microsoft.ProjectServer.Client
アセンブリ: Microsoft.ProjectServer.Client (Microsoft.ProjectServer.Client.dll 内)
構文
'宣言
<RemoteAttribute> _
Public Function GetById ( _
objectId As String _
) As EnterpriseProjectType
'使用
Dim instance As EnterpriseProjectTypeCollection
Dim objectId As String
Dim returnValue As EnterpriseProjectType
returnValue = instance.GetById(objectId)
[RemoteAttribute]
public EnterpriseProjectType GetById(
string objectId
)
パラメーター
objectId
型: System.StringEPT の GUID の文字列表現。
戻り値
型: Microsoft.ProjectServer.Client.EnterpriseProjectType
EnterpriseObjectTypeオブジェクト。
関連項目
参照先
EnterpriseProjectTypeCollection クラス