GetPatchVersion

説明

製品の現在のフィックス パック バージョンを戻します。

構文

Perl

$prodinfo->GetPatchVersion(); 
識別子
説明
prodinfo
CQProductInfo オブジェクト。
戻り値
フィックス パック バージョン (ある場合) を含む String。

Perl

use CQPerlExt;



my $cqobject = CQClearQuest::Build();

my $prodinfo = $cqobject->CreateProductInfo();

print "PatchVersion        = '".$prodinfo->GetPatchVersion()."'¥n";

CQClearQuest::Unbuild($cqobject); 

フィードバック