PPG.Inspected

導入

v4.0

詳細

プロパティページによって検証されるオブジェクトを含むProjectItemCollectionを戻します。コレクションの中に複数のオブジェクトが含まれるのはプロパティページがマルチ編集モードの場合のみです。プロパティページの単一フレームが同時に複数のオブジェクトを検証する場合と混同しないようにしてください。

VBScript の例

' Example SPDL logic
sub OnInit
        for each item in PPG.Inspected
                'Turn the string name into an object pointer
                Application.LogMessage "Inspected object " & item & " has " & item.Parameters.Count & " parameters"
        next 
end sub

関連項目

InspectObj PPG.InspectedObjects PPGEventContext::GetSource