[Visual Basic] Public Sub New( _ ByVal testControlType As Type, _ ByVal controlType As ControlType, _ ByVal className As String, _ ByVal identifiedByClassName As Boolean, _ ByVal isPrimary As Boolean, _ ByVal isExcluded As Boolean, _ ByVal frameworkId As String, _ ByVal hasPrimaryChildren As Boolean _ ) [C#] public ControlDictionaryItem( Type testControlType, ControlType controlType, string className, bool identifiedByClassName, bool isPrimary, bool isExcluded, string frameworkId, bool hasPrimaryChildren ); [C++] public: ControlDictionaryItem( Type* testControlType, ControlType* controlType, String* className, bool identifiedByClassName, bool isPrimary, bool isExcluded, String* frameworkId, bool hasPrimaryChildren ); [JScript] public function ControlDictionaryItem( Type testControlType, ControlType controlType, String className, bool identifiedByClassName, bool isPrimary, bool isExcluded, String frameworkId, bool hasPrimaryChildren );