バージョン

GetPropertyValue メソッド (FragmentUIAProviderProxy)

UI Automation プロバイダーがサポートするプロパティの値を読み出します。
シンタックス
'宣言
 
Public Function GetPropertyValue( _
   ByVal propertyId As Integer _
) As Object
public object GetPropertyValue( 
   int propertyId
)

パラメータ

propertyId
プロパティ ID。

戻り値の型

プロパティ値。現在のプロバイダーがそのプロパティをサポートしていない場合は null。まったくサポートされていない場合は System.Windows.Automation.AutomationElementIdentifiers.NotSupported。
参照