Version

QueryId Property

Gets a QueryId that can be used to uniquely identify/find this element. In some cases, like TreeItem, the QueryIds might contain the entire element hierarchy but in most cases it will contain only important ancestors of the element. The technology manager needs to choose which ancestor to capture in the hierarchy by appropriately setting the QueryId.Ancestor property of each element.
Syntax
'Declaration
 
Public Overrides ReadOnly Property QueryId As IQueryElement
public override IQueryElement QueryId {get;}
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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

See Also