LocalValueEnumerator.Current 属性

定义

获取集合中的当前元素。

public:
 property System::Windows::LocalValueEntry Current { System::Windows::LocalValueEntry get(); };
public System.Windows.LocalValueEntry Current { get; }
member this.Current : System.Windows.LocalValueEntry
Public ReadOnly Property Current As LocalValueEntry

属性值

LocalValueEntry

集合中的当前 LocalValueEntry

注解

此属性的一般可访问版本依赖于在创建时创建的集合的快照。

适用于

另请参阅