バージョン

GetRowAppearance メソッド (WinGridReplayServer)

提供された行の指定された外観プロパティを返します。
シンタックス
'宣言
 
Public Overridable Function GetRowAppearance( _
   ByVal row As System.Object, _
   ByVal appearanceProp As System.Object _
) As System.Object
public virtual System.object GetRowAppearance( 
   System.object row,
   System.object appearanceProp
)

パラメータ

row
使用される行の行パス。
appearanceProp
使用されたプロパティを識別するために使用される列挙型 QTPAppearanceProperty からの値。汎用的な使用のために、数値、文字列の解釈、または列挙値のいずれかにすることができます。

戻り値の型

QTPAppearanceProperty の値に依存
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照