KeySegment.Keys Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the set of key property names and the values to be used in searching for the given item.
public System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,object>> Keys { get; }
member this.Keys : seq<System.Collections.Generic.KeyValuePair<string, obj>>
Public ReadOnly Property Keys As IEnumerable(Of KeyValuePair(Of String, Object))