CompareKey(FormTemplateItem,String) Method
See Also 
SourceCode.Workflow.Design.InfoPath Namespace > FormTemplateItem Class > CompareKey Method : CompareKey(FormTemplateItem,String) Method



item
key

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Shared Function CompareKey( _
   ByVal item As FormTemplateItem, _
   ByVal key As String _
) As Integer
Visual Basic (Usage) Copy Code
Dim item As FormTemplateItem
Dim key As String
Dim value As Integer
 
value = FormTemplateItem.CompareKey(item, key)
C#  
public static int CompareKey( 
   FormTemplateItem item,
   string key
)
C++/CLI  
public:
static int CompareKey( 
   FormTemplateItem^ item,
   String^ key
) 

Parameters

item
key

Requirements

Target Platforms: 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