次の方法で共有


AutomationProperties.GetItemStatus(DependencyObject) メソッド

定義

指定した DependencyObjectAutomationProperties.ItemStatus 添付プロパティの値を取得します。

public:
 static Platform::String ^ GetItemStatus(DependencyObject ^ element);
 static winrt::hstring GetItemStatus(DependencyObject const& element);
public static string GetItemStatus(DependencyObject element);
function getItemStatus(element)
Public Shared Function GetItemStatus (element As DependencyObject) As String

パラメーター

element
DependencyObject

チェックする DependencyObject

戻り値

String

Platform::String

winrt::hstring

要素の項目の状態。

適用対象

こちらもご覧ください